phpDocumentor Gallery
[ class tree: Gallery ] [ index: Gallery ] [ all elements ]

Class: _GalleryExportTag

Source Location: /modules/core/classes/GalleryStorage/GalleryDatabaseImport.class

Class _GalleryExportTag

Class Overview

Represents the root element of a Gallery2 database export file.

Located in /modules/core/classes/GalleryStorage/GalleryDatabaseImport.class [line 381]

GalleryXmlHandler
   |
   --GalleryImportElement
      |
      --_GalleryExportTag
Author(s):
Information Tags:
Private:  

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From GalleryImportElement

GalleryImportElement::$_callBack
GalleryImportElement::$_currentElement
GalleryImportElement::$_errors
GalleryImportElement::$_parent
GalleryImportElement::$_rowChunkSize
GalleryImportElement::$_storage

Inherited From GalleryImportElement

GalleryImportElement::GalleryImportElement()
Constructor
GalleryImportElement::setError()
Stores an error message for later display. Follows the parent chain until a $_error variable is found.
GalleryImportElement::updateStatus()
Walks the tag chain to find the parent that has the callback information and then does the callback.
GalleryImportElement::_decodeHtmlSpecialChars()
Undo the effects of calling GalleryDatabaseExport::_encodeHtmlspecialchars($value). If the exported field is contained in a CDATA block, then we need to do the decoding ourselves.

Inherited From GalleryXmlHandler

GalleryXmlHandler::_processCData()
XML Callback to process CDATA elements
GalleryXmlHandler::_processChildElement()
This call back processes the child as it is pooped off the stack. Allows the parent element to aggregate data from the children elements.
GalleryXmlHandler::_processEndElement()
XML Callback to process end elements
GalleryXmlHandler::_processStartElement()
XML Callback to process start elements

[ Top ]
Method Summary
_GalleryExportTag   _GalleryExportTag()  
GalleryStatus   writeVersions()   Write a new copy of the versions.dat file based on the versions contained in the import file.
void   _processStartElement()  

[ Top ]
Methods
Constructor _GalleryExportTag  [line 382]

  _GalleryExportTag _GalleryExportTag( $parent, $attributes  )

Parameters:
   $parent: 
   $attributes: 


[ Top ]
writeVersions  [line 395]

  GalleryStatus writeVersions( string $coreVersion, string $galleryVersion  )

Write a new copy of the versions.dat file based on the versions contained in the import file.

When writing, set Gallery into maintenance mode.

Parameters:
string   $coreVersion:  The core API version number to write.
string   $galleryVersion:  The Gallery API version number to write.


[ Top ]
_processStartElement  [line 416]

  void _processStartElement( $tag, $attributes  )

Parameters:
   $tag: 
   $attributes: 

API Tags:
Access:  protected
See:  GalleryXmlHandler::_processStartElement


Redefinition of:
GalleryXmlHandler::_processStartElement()
XML Callback to process start elements

[ Top ]

Documentation generated on Fri, 03 Oct 2008 05:04:38 -0700 by phpDocumentor 1.3.0RC6