6include_once 
"Services/Object/classes/class.ilObjectListGUI.php";
 
   23                parent::__construct();
 
   31                $this->copy_enabled = 
true;
 
   32                $this->delete_enabled = 
true;
 
   33                $this->cut_enabled = 
true;
 
   34                $this->subscribe_enabled = 
true;
 
   35                $this->link_enabled = 
true;
 
   36                $this->info_screen_enabled = 
true;
 
   38                $this->gui_class_name = 
"ilobjwikigui";
 
   41                include_once(
'./Modules/Wiki/classes/class.ilObjWikiAccess.php');
 
   54        function initItem($a_ref_id, $a_obj_id, $a_title = 
"", $a_description = 
"")
 
   56                parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
 
   95                include_once(
"./Modules/Wiki/classes/class.ilObjWikiAccess.php");
 
   99                        $props[] = array(
"alert" => 
true, 
"property" => 
$lng->txt(
"status"),
 
  100                                "value" => 
$lng->txt(
"offline"));
 
  119                                $cmd_link = 
"ilias.php?baseClass=ilWikiHandlerGUI".
 
  120                                        "&cmdClass=ilwikipagegui&ref_id=".$this->ref_id.
 
  121                                        "&cmd=downloadFile&file_id=".$this->getChildId();
 
  126                                $cmd_link = 
"ilias.php?baseClass=ilWikiHandlerGUI&ref_id=".$this->ref_id.
"&cmd=$a_cmd";
 
  137                $this->child_id = $a_child_id;
 
  141                return $this->child_id;
 
An exception for terminatinating execution or to throw for unit testing.
static _lookupOnline($a_id)
Check wether wiki cast is online.
static _getCommands()
get commands
ListGUI class for wiki objects.
getCommandLink($a_cmd)
Get command link url.
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