List of all members.
Detailed Description
Definition at line 36 of file ezimportlookuptable.php.
Member Function Documentation
| eZImportLookupTable::addNodeLookup |
( |
$ |
oldNodeID, |
|
|
$ |
oldNodePath, |
|
|
$ |
newNodeID, |
|
|
$ |
newNodePath |
|
) |
| |
Add node transformation lookup
- Parameters:
-
| old | node id |
| old | node path |
| new | node id |
| new | node path |
Definition at line 54 of file ezimportlookuptable.php.
| eZImportLookupTable::addObjectLookup |
( |
$ |
oldObjectID, |
|
|
$ |
newObjectID |
|
) |
| |
Add object transformation lookup
- Parameters:
-
| old | object id |
| new | object id |
Definition at line 66 of file ezimportlookuptable.php.
| eZImportLookupTable::eZImportLookupTable |
( |
| ) |
|
| static eZImportLookupTable::instance |
( |
$ |
forceNewInstance = false | ) |
[static] |
| eZImportLookupTable::newNodeID |
( |
$ |
oldNodeID | ) |
|
| eZImportLookupTable::newNodePath |
( |
$ |
oldNodePath | ) |
|
Get new Node path from old node path
- Parameters:
-
- Returns:
- new node path
Definition at line 90 of file ezimportlookuptable.php.
| eZImportLookupTable::newObjectID |
( |
$ |
oldObjectID | ) |
|
Member Data Documentation
| eZImportLookupTable::$NodeIDTable = array() |
| eZImportLookupTable::$NodePathTable = array() |
| eZImportLookupTable::$ObjectIDTable = array() |
| eZImportLookupTable::$ObjectPathTable = array() |
The documentation for this class was generated from the following file: