|
eZ Publish
[trunk]
|
The class eZContentObjectTreeNodeOperations is a wrapper for node's core-operations. It takes care about interface stuff. Example: there is a 'move' core-operation that moves a node from one location to another. But, for example, before and after moving we have to clear view caches for old and new placements. Clearing of the cache is handled by this class. More...
Public Member Functions | |
| eZContentObjectTreeNodeOperations () | |
Static Public Member Functions | |
| static | move ($nodeID, $newParentNodeID) |
The class eZContentObjectTreeNodeOperations is a wrapper for node's core-operations. It takes care about interface stuff. Example: there is a 'move' core-operation that moves a node from one location to another. But, for example, before and after moving we have to clear view caches for old and new placements. Clearing of the cache is handled by this class.
Definition at line 21 of file ezcontentobjecttreenodeoperations.php.
Constructor
Definition at line 26 of file ezcontentobjecttreenodeoperations.php.
| static eZContentObjectTreeNodeOperations::move | ( | $ | nodeID, |
| $ | newParentNodeID | ||
| ) | [static] |
A wrapper for eZContentObjectTreeNode's 'move' operation. It does:
| $nodeID | The id of a node to move. |
| $newParentNodeID | The id of a new parent. |
true if 'move' was done successfully, otherwise false; Definition at line 45 of file ezcontentobjecttreenodeoperations.php.
Referenced by eZWebDAVContentServer\moveContent(), eZWebDAVContentBackend\moveContent(), eZContentOperationCollection\moveNode(), and eZSiteInstaller\moveTreeNode().