Public Member Functions

ilLPTestListGUI Class Reference

Inheritance diagram for ilLPTestListGUI:
Collaboration diagram for ilLPTestListGUI:

Public Member Functions

 ilLPTestListGUI ($a_obj_id)
 __readAnonymized ()

Detailed Description

Definition at line 38 of file class.ilLPTestListGUI.php.


Member Function Documentation

ilLPTestListGUI::__readAnonymized (  ) 

Definition at line 48 of file class.ilLPTestListGUI.php.

References ilObjTest::_lookupTestType(), and ilLPItemListGUI::getId().

Referenced by ilLPTestListGUI().

        {
                include_once 'assessment/classes/class.ilObjTest.php';
                if(ilObjTest::_lookupTestType($this->getId()) == TYPE_SELF_ASSESSMENT)
                {
                        $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:


The documentation for this class was generated from the following file: