ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
isDeleted (int $a_node_id) | |
useCache (bool $a_use) | |
getNodeData (int $id) | |
getSubTree (array $node) | |
getDeletedTreeNodeIds (array $ids) | |
getTree (int $tree_id) | |
getTrashTree (int $ref_id) | |
deleteTree (array $node_data) | |
moveToTrash (int $ref_id) | |
getTrashedSubtrees (int $ref_id) | |
Definition at line 23 of file TreeInterface.php.
ILIAS\Repository\Deletion\TreeInterface::deleteTree | ( | array | $node_data | ) |
Implemented in ILIAS\Repository\Deletion\TreeStandardAdapter.
ILIAS\Repository\Deletion\TreeInterface::getDeletedTreeNodeIds | ( | array | $ids | ) |
Implemented in ILIAS\Repository\Deletion\TreeStandardAdapter.
ILIAS\Repository\Deletion\TreeInterface::getNodeData | ( | int | $id | ) |
Implemented in ILIAS\Repository\Deletion\TreeStandardAdapter.
ILIAS\Repository\Deletion\TreeInterface::getSubTree | ( | array | $node | ) |
Implemented in ILIAS\Repository\Deletion\TreeStandardAdapter.
ILIAS\Repository\Deletion\TreeInterface::getTrashedSubtrees | ( | int | $ref_id | ) |
Implemented in ILIAS\Repository\Deletion\TreeStandardAdapter.
ILIAS\Repository\Deletion\TreeInterface::getTrashTree | ( | int | $ref_id | ) |
Implemented in ILIAS\Repository\Deletion\TreeStandardAdapter.
ILIAS\Repository\Deletion\TreeInterface::getTree | ( | int | $tree_id | ) |
Implemented in ILIAS\Repository\Deletion\TreeStandardAdapter.
ILIAS\Repository\Deletion\TreeInterface::isDeleted | ( | int | $a_node_id | ) |
Implemented in ILIAS\Repository\Deletion\TreeStandardAdapter.
ILIAS\Repository\Deletion\TreeInterface::moveToTrash | ( | int | $ref_id | ) |
Implemented in ILIAS\Repository\Deletion\TreeStandardAdapter.
ILIAS\Repository\Deletion\TreeInterface::useCache | ( | bool | $a_use | ) |
Implemented in ILIAS\Repository\Deletion\TreeStandardAdapter.