19 declare(strict_types=1);
35 return $this->tree->isDeleted($node_id);
39 $this->tree->useCache($use);
43 return $this->tree->getNodeData($id);
47 return $this->tree->getSubTree($node);
52 return $this->tree->moveToTrash($ref_id,
true, $this->user_id);
61 foreach ($ids as
$id) {
62 if ($this->tree->isDeleted($id)) {
77 $tree_id = end($trees);
81 throw new NotInTrashException(
'Trying to delete node from trash, but node is not in trash: ' . $ref_id);
85 throw new NotInTrashException(
'Trying to delete node from trash, but no valid tree id found for node id: ' . $ref_id);
90 $this->tree->deleteTree($node_data);
99 $tree_repo = $this->repo->tree();
100 return $tree_repo->getTrashedSubtrees($ref_id);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getDeletedTreeNodeIds(array $ids)
deleteTree(array $node_data)
getTrashTree(int $ref_id)
static lookupTreesForNode(int $node_id)
getTrashedSubtrees(int $ref_id)
Get (negative) tree ids of trashed children.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
__construct(protected InternalRepoService $repo, protected \ilTree $tree, protected int $user_id)