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;
70 return self::$block_type;
120 $next_class =
$ilCtrl->getNextClass();
121 $cmd =
$ilCtrl->getCmd(
"getHTML");
123 switch ($next_class) {
125 return $this->$cmd();
150 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 isRepositoryObject()
Is this a repository object.
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
static getBlockType()
Get block type.