24 include_once(
"./Services/Block/classes/class.ilBlockGUI.php");
51 $this->ctrl = $DIC->ctrl();
52 $this->lng = $DIC->language();
53 $this->
user = $DIC->user();
54 $this->access = $DIC->access();
57 parent::__construct();
60 $this->allow_moving =
true;
68 return self::$block_type;
116 $next_class =
$ilCtrl->getNextClass();
117 $cmd =
$ilCtrl->getCmd(
"getHTML");
119 switch ($next_class) {
121 return $this->$cmd();
146 return parent::getHTML();
__construct()
Constructor.
setDataSection($a_content)
Call this from overwritten fillDataSection(), if standard row based data is not used.
BlockGUI class for dummy block.
getHTML()
Get block HTML code.
fillDataSection()
Fill data section.
static getScreenMode()
Get Screen Mode for current command.
setLimit($a_limit)
Set Limit.
setBlock($a_block)
Do most of the initialisation.
static setBlockType($a_type)
Set block type.
This class represents a block method of a block.
executeCommand()
execute command