|
eZ Publish
[4.2]
|
The class eZContentObjectTrashNode. More...
Inheritance diagram for eZContentObjectTrashNode:
Collaboration diagram for eZContentObjectTrashNode:Public Member Functions | |
| eZContentObjectTrashNode ($row=array()) | |
| originalParent () | |
| originalParentPathIdentificationString () | |
| storeToTrash () | |
Static Public Member Functions | |
| static | createFromNode ($node) |
| static | definition () |
| static | fetchListForObject ($objectID, $asObject=true, $offset=false, $limit=false) |
| static | purgeForObject ($contentObjectID) |
| static | trashList ($params=false, $asCount=false) |
| static | trashListCount ($params=false) |
The class eZContentObjectTrashNode.
Definition at line 40 of file ezcontentobjecttrashnode.php.
| static eZContentObjectTrashNode::createFromNode | ( | $ | node | ) | [static] |
Definition at line 142 of file ezcontentobjecttrashnode.php.
Referenced by eZContentObjectTreeNode\removeNodeFromTree().
| static eZContentObjectTrashNode::definition | ( | ) | [static] |
The definition array is an associative array consists of these keys:
asc or desc.Example:
static 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 50 of file ezcontentobjecttrashnode.php.
| eZContentObjectTrashNode::eZContentObjectTrashNode | ( | $ | row = array() | ) |
Constructor
Definition at line 45 of file ezcontentobjecttrashnode.php.
Referenced by createFromNode(), and trashList().
| static eZContentObjectTrashNode::fetchListForObject | ( | $ | objectID, |
| $ | asObject = true, |
||
| $ | offset = false, |
||
| $ | limit = false |
||
| ) | [static] |
Definition at line 195 of file ezcontentobjecttrashnode.php.
| eZContentObjectTrashNode::originalParent | ( | ) |
Definition at line 319 of file ezcontentobjecttrashnode.php.
Referenced by originalParentPathIdentificationString().
| eZContentObjectTrashNode::originalParentPathIdentificationString | ( | ) |
Definition at line 343 of file ezcontentobjecttrashnode.php.
| static eZContentObjectTrashNode::purgeForObject | ( | $ | contentObjectID | ) | [static] |
Definition at line 185 of file ezcontentobjecttrashnode.php.
Referenced by eZContentObject\purge().
| eZContentObjectTrashNode::storeToTrash | ( | ) |
Definition at line 165 of file ezcontentobjecttrashnode.php.
| static eZContentObjectTrashNode::trashList | ( | $ | params = false, |
| $ | asCount = false |
||
| ) | [static] |
Definition at line 203 of file ezcontentobjecttrashnode.php.
Referenced by trashListCount().
| static eZContentObjectTrashNode::trashListCount | ( | $ | params = false | ) | [static] |
Definition at line 314 of file ezcontentobjecttrashnode.php.