24include_once(
"./Services/Block/classes/class.ilBlockGUI.php");
46 parent::__construct();
49 $this->allow_moving =
true;
69 self::$block_type = $a_type;
107 $next_class =
$ilCtrl->getNextClass();
113 return $this->
$cmd();
134 return parent::getHTML();
This class represents a block method of a block.
setLimit($a_limit)
Set Limit.
setDataSection($a_content)
Call this from overwritten fillDataSection(), if standard row based data is not used.
BlockGUI class for dummy block.
ilDummyBlockGUI()
Constructor.
static setBlockType($a_type)
Set block type.
fillDataSection()
Fill data section.
static getBlockType()
Get block type.
setBlock($a_block)
Do most of the initialisation.
static getScreenMode()
Get Screen Mode for current command.
& executeCommand()
execute command
getHTML()
Get block HTML code.
static isRepositoryObject()
Is this a repository object.