24include_once(
"./Services/Block/classes/class.ilBlockGUI.php");
 
   46                parent::__construct();
 
   49                $this->allow_moving = 
true;
 
  107                $next_class = 
$ilCtrl->getNextClass();
 
  113                                return $this->
$cmd();
 
  134                return parent::getHTML();
 
An exception for terminatinating execution or to throw for unit testing.
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.
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.
__construct()
Constructor.
static isRepositoryObject()
Is this a repository object.