|
eZ Publish
[trunk]
|
The class eZContentObjectOperations is a place where content object operations are encapsulated. We move them out from eZContentObject because they may content code which is not directly related to content objects (e.g. clearing caches, etc). More...
Static Public Member Functions | |
| static | remove ($objectID, $removeSubtrees=true) |
The class eZContentObjectOperations is a place where content object operations are encapsulated. We move them out from eZContentObject because they may content code which is not directly related to content objects (e.g. clearing caches, etc).
Definition at line 19 of file ezcontentobjectoperations.php.
| static eZContentObjectOperations::remove | ( | $ | objectID, |
| $ | removeSubtrees = true |
||
| ) | [static] |
Removes content object and all data associated with it.
Definition at line 25 of file ezcontentobjectoperations.php.