The class eZContentObjectTrashNode. More...
Public Member Functions | |
| createFromNode ($node) | |
| definition () | |
| eZContentObjectTrashNode ($row=array()) | |
| fetchListForObject ($objectID, $asObject=true, $offset=false, $limit=false) | |
| & | originalParent () |
| & | originalParentPathIdentificationString () |
| purgeForObject ($contentObjectID) | |
| storeToTrash () | |
| & | trashList ($params=false, $asCount=false) |
| trashListCount ($params=false) | |
The class eZContentObjectTrashNode.
Definition at line 42 of file ezcontentobjecttrashnode.php.
| eZContentObjectTrashNode::createFromNode | ( | $ | node | ) |
Definition at line 144 of file ezcontentobjecttrashnode.php.
Referenced by eZContentObjectTreeNode::removeNodeFromTree().
| eZContentObjectTrashNode::definition | ( | ) |
The definition array is an associative array consists of these keys:
asc or desc.Example:
function definition() { return array( "fields" => array( "id" => "ID", "version" => "Version", "name" => "Name" ), "keys" => array( "id", "version" ), "function_attributes" => array( "current" => "currentVersion", "class_name" => "className" ), "increment_key" => "id", "class_name" => "eZContentClass", "sort" => array( "id" => "asc" ), "name" => "ezcontentclass" ); }
Reimplemented from eZContentObjectTreeNode.
Definition at line 52 of file ezcontentobjecttrashnode.php.
| eZContentObjectTrashNode::eZContentObjectTrashNode | ( | $ | row = array() |
) |
Constructor
Definition at line 47 of file ezcontentobjecttrashnode.php.
Referenced by createFromNode(), and trashList().
| eZContentObjectTrashNode::fetchListForObject | ( | $ | objectID, | |
| $ | asObject = true, |
|||
| $ | offset = false, |
|||
| $ | limit = false | |||
| ) |
Definition at line 182 of file ezcontentobjecttrashnode.php.
| & eZContentObjectTrashNode::originalParent | ( | ) |
Definition at line 298 of file ezcontentobjecttrashnode.php.
Referenced by originalParentPathIdentificationString().
| & eZContentObjectTrashNode::originalParentPathIdentificationString | ( | ) |
Definition at line 322 of file ezcontentobjecttrashnode.php.
| eZContentObjectTrashNode::purgeForObject | ( | $ | contentObjectID | ) |
Definition at line 172 of file ezcontentobjecttrashnode.php.
Referenced by eZContentObject::purge().
| eZContentObjectTrashNode::storeToTrash | ( | ) |
Definition at line 167 of file ezcontentobjecttrashnode.php.
| & eZContentObjectTrashNode::trashList | ( | $ | params = false, |
|
| $ | asCount = false | |||
| ) |
Definition at line 190 of file ezcontentobjecttrashnode.php.
Referenced by trashListCount().
| eZContentObjectTrashNode::trashListCount | ( | $ | params = false |
) |
Definition at line 293 of file ezcontentobjecttrashnode.php.
1.6.3