19declare(strict_types=1);
32 protected readonly
ilTree $tree,
57 $path->enableTextOnly(
true);
64 $refs_id = current($refs_ids);
66 return (
int) $refs_id;
static _getAllReferences(int $id)
get all reference ids for object ID
removeQuestionSetRelatedData()
isResultTaxonomyFilterSupported()
getFirstQuestionPoolRefIdByObjId(int $pool_obj_id)
doesQuestionSetRelatedDataExist()
cloneToDbForTestId(int $testId)
__construct(protected readonly ilTree $tree, protected readonly ilDBInterface $db, protected readonly ilLanguage $lng, protected readonly TestLogger $logger, protected readonly ilComponentRepository $component_repository, protected readonly ilObjTest $test_obj, protected readonly GeneralQuestionPropertiesRepository $questionrepository)
cloneQuestionSetRelatedData(ilObjTest $clone_test_obj)
getQuestionPoolPathString(int $pool_id)
isQuestionSetConfigured()
Tree class data representation in hierachical trees using the Nested Set Model with Gaps by Joe Celco...
Readable part of repository interface to ilComponentDataDB.