4require_once
'Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php';
20 $newObj->setTitle(
"dummy");
23 $newObj->setDescription(
"derived questionpool");
26 $newObj->create(
true);
30 $newObj->createReference();
33 $newObj->putInTree($parentRef);
36 $newObj->setPermissions($parentRef);
An exception for terminatinating execution or to throw for unit testing.
createNewInstance($parentRef=null)