ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilObjContentPageListGUI.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8{
12 public function init()
13 {
14 $this->static_link_enabled = true;
15 $this->delete_enabled = true;
16 $this->cut_enabled = true;
17 $this->copy_enabled = true;
18 $this->subscribe_enabled = true;
19 $this->link_enabled = true;
20 $this->info_screen_enabled = true;
21 $this->type = self::OBJ_TYPE;
22 $this->gui_class_name = 'ilObjContentPageGUI';
23
24 $this->commands = ilObjContentPageAccess::_getCommands();
25 }
26
30 public function getInfoScreenStatus()
31 {
33 $this->obj_id,
35 true
36 )) {
38 }
39
40 return false;
41 }
42
46 public function checkInfoPageOnAsynchronousRendering() : bool
47 {
48 return true;
49 }
50}
An exception for terminatinating execution or to throw for unit testing.
static _lookupContainerSetting($a_id, $a_keyword, $a_default_value=null)
Lookup a container setting.
static _getCommands()
get commandsthis method returns an array of all possible commands/permission combinationsexample: $co...
Class ilObjContentPageListGUI.
init()
initialisationthis method should be overwritten by derived classes
Class ilObjectListGUI.
Interface ilContentPageObjectConstants.