Inheritance diagram for ilLPTestListGUI:
Collaboration diagram for ilLPTestListGUI:Public Member Functions | |
| ilLPTestListGUI ($a_obj_id) | |
| __readAnonymized () | |
Definition at line 38 of file class.ilLPTestListGUI.php.
| ilLPTestListGUI::__readAnonymized | ( | ) |
Definition at line 48 of file class.ilLPTestListGUI.php.
References ilObjTest::_lookupAnonymity(), and ilLPItemListGUI::getId().
Referenced by ilLPTestListGUI().
{
include_once './Modules/Test/classes/class.ilObjTest.php';
if(ilObjTest::_lookupAnonymity($this->getId()))
{
$this->anonymized = true;
}
}
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPTestListGUI::ilLPTestListGUI | ( | $ | a_obj_id | ) |
Definition at line 40 of file class.ilLPTestListGUI.php.
References __readAnonymized(), and ilLPObjectItemListGUI::ilLPObjectItemListGUI().
{
parent::ilLPObjectItemListGUI($a_obj_id,'tst');
$this->__readAnonymized();
}
Here is the call graph for this function:
1.7.1