ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilLPTestListGUI Class Reference
+ Inheritance diagram for ilLPTestListGUI:
+ Collaboration diagram for ilLPTestListGUI:

Public Member Functions

 ilLPTestListGUI ($a_obj_id)
 __readAnonymized ()
- Public Member Functions inherited from ilLPObjectItemListGUI
 ilLPObjectItemListGUI ($a_id, $a_type)
 addReferences ($a_references)
 __readTitle ()
 __readDescription ()
 __readStatusInfo ()
 __readMark ()
 __readComment ()
 __readTypicalLearningTime ()
 __readUserStatus ()
 __readUserStatusInfo ()
 renderPath ($a_force_details=true)
- Public Member Functions inherited from ilLPItemListGUI
 ilLPItemListGUI ($a_id, $a_type)
 isAnonymized ()
 setCmdClass ($a_class)
 getCmdClass ()
 setRefId ($a_ref_id)
 getRefId ()
 getId ()
 getType ()
 setCurrentUser ($a_user)
 getCurrentUser ()
 getMode ()
 getTitle ()
 getDescription ()
 getMark ()
 getComment ()
 getTypicalLearningTime ()
 hasDetails ()
 enabled ($a_key)
 enable ($a_key)
 disable ($a_key)
 setIndentLevel ($a_level)
 getUserStatus ()
 getEditingTime ()
 showTimingWarning ()
 addCheckBox ($a_check)
 __readMode ()
 __readTimings ()
 getHTML ()
 read ()
 Read all necassary data for output.
 readUserInfo ()
 readTimings ()
 renderTypeImage ()
 renderContainerProgress ()
 renderSimpleProgress ()
 renderSimpleProgressFO ()
 renderObjectList ()
 renderObjectListFO ()
 renderObjectDetails ()
 renderObjectDetailsXML (&$writer)
renderObjectInfo ($enable_details=false)
 renderObjectInfoXML (&$writer, $a_enable_progress=false, $a_enable_user_info=false)
 __readEditingTime ()
 __getPercent ($max, $reached)

Additional Inherited Members

- Data Fields inherited from ilLPObjectItemListGUI
 $references = array()

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\_lookupAnonymity(), and ilLPItemListGUI\getId().

Referenced by ilLPTestListGUI().

{
include_once './Modules/Test/classes/class.ilObjTest.php';
{
$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().

{
$this->__readAnonymized();
}

+ Here is the call graph for this function:


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