3require_once(
"./Services/Object/classes/class.ilObjectListGUI.php");
 
   10                $this->static_link_enabled = 
true;
 
   11                $this->delete_enabled = 
true;
 
   12                $this->cut_enabled = 
true;
 
   13                $this->copy_enabled = 
true;
 
   14                $this->subscribe_enabled = 
true;
 
   15                $this->link_enabled = 
true;
 
   16                $this->info_screen_enabled = 
true;
 
   18                $this->gui_class_name = 
"ilobjIndividualassessmentgui";
 
   21                include_once(
'./Modules/IndividualAssessment/classes/class.ilObjIndividualAssessmentAccess.php');
 
   34        function initItem($a_ref_id, $a_obj_id, $a_title = 
"", $a_description = 
"") {
 
   35                parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
 
   60                                $return = $this->ctrl->getLinkTargetByClass(array($this->gui_class_name,
'ilIndividualassessmentsettingsgui'),
"edit");
 
   63                                $return = $this->ctrl->getLinkTargetByClass($this->gui_class_name,
"view");
 
   66                                $return = parent::getCommandLink($a_cmd);
 
An exception for terminatinating execution or to throw for unit testing.
static _getCommands()
get commandsthis method returns an array of all possible commands/permission combinationsexample:   $...
getCommandFrame($a_cmd)
Get command target frame.
getProperties()
Get item properties.
initItem($a_ref_id, $a_obj_id, $a_title="", $a_description="")
inititialize new item
getCommandLink($a_cmd)
Get command link url.