eZ Publish  [4.2]
eZImportLookupTable Class Reference

List of all members.

Public Member Functions

 addNodeLookup ($oldNodeID, $oldNodePath, $newNodeID, $newNodePath)
 addObjectLookup ($oldObjectID, $newObjectID)
 eZImportLookupTable ()
 newNodeID ($oldNodeID)
 newNodePath ($oldNodePath)
 newObjectID ($oldObjectID)

Static Public Member Functions

static instance ($forceNewInstance=false)
 Returns a shared instance of the eZImportLookupTable class.

Public Attributes

 $NodeIDTable = array()
 $NodePathTable = array()
 $ObjectIDTable = array()
 $ObjectPathTable = array()

Detailed Description

Definition at line 36 of file ezimportlookuptable.php.


Member Function Documentation

eZImportLookupTable::addNodeLookup ( oldNodeID,
oldNodePath,
newNodeID,
newNodePath 
)

Add node transformation lookup

Parameters:
oldnode id
oldnode path
newnode id
newnode path

Definition at line 54 of file ezimportlookuptable.php.

eZImportLookupTable::addObjectLookup ( oldObjectID,
newObjectID 
)

Add object transformation lookup

Parameters:
oldobject id
newobject id

Definition at line 66 of file ezimportlookuptable.php.

eZImportLookupTable::eZImportLookupTable ( )

Constructor

Definition at line 41 of file ezimportlookuptable.php.

Referenced by instance().

static eZImportLookupTable::instance ( forceNewInstance = false) [static]

Returns a shared instance of the eZImportLookupTable class.

Parameters:
$forceNewInstancebool Force new instance on true
Returns:
eZImportLookupTable

Definition at line 113 of file ezimportlookuptable.php.

eZImportLookupTable::newNodeID ( oldNodeID)

Get new Node id from old node id

Parameters:
oldnode id
Returns:
new node id

Definition at line 78 of file ezimportlookuptable.php.

eZImportLookupTable::newNodePath ( oldNodePath)

Get new Node path from old node path

Parameters:
oldnode path
Returns:
new node path

Definition at line 90 of file ezimportlookuptable.php.

eZImportLookupTable::newObjectID ( oldObjectID)

Get new Object id from old object id

Parameters:
oldobject id
Returns:
new object id

Definition at line 102 of file ezimportlookuptable.php.


Member Data Documentation

eZImportLookupTable::$NodeIDTable = array()

Definition at line 130 of file ezimportlookuptable.php.

eZImportLookupTable::$NodePathTable = array()

Definition at line 131 of file ezimportlookuptable.php.

eZImportLookupTable::$ObjectIDTable = array()

Definition at line 132 of file ezimportlookuptable.php.

eZImportLookupTable::$ObjectPathTable = array()

Definition at line 133 of file ezimportlookuptable.php.


The documentation for this class was generated from the following file: