35 $this->tree =
$DIC->repositoryTree();
36 $this->user_id = $a_user_id;
37 $this->obj_id = $a_obj_id;
50 if (count($exercises) === 0) {
53 if (count($exercises) === 0) {
static findUserFiles(int $a_user_id, string $a_filetitle)
Check if given file was assigned Used in Blog/Portfolio.
static _getAllReferences(int $id)
get all reference ids for object ID
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getAssignmentsOfPortfolio()
__construct(int $a_user_id, int $a_obj_id)
Tree class data representation in hierachical trees using the Nested Set Model with Gaps by Joe Celco...
isDeleted(int $a_node_id)
This is a wrapper for isSaved() with a more useful name.