4 include_once
'./Services/Block/classes/class.ilBlockGUI.php';
30 parent::__construct();
35 $this->allow_moving =
false;
45 return self::$block_type;
73 $next_class =
$ilCtrl->getNextClass();
74 $cmd =
$ilCtrl->getCmd(
"getHTML");
76 switch ($next_class) {
87 return parent::getHTML();
98 $tpl =
new ilTemplate(
"tpl.search_search_block.html",
true,
true,
'Services/Search');
100 $lng->loadLanguageModule(
'search');
101 $tpl->setVariable(
"TXT_PERFORM",
$lng->txt(
'btn_search'));
102 $tpl->setVariable(
"FORMACTION",
$ilCtrl->getFormActionByClass(
'ilrepositoryobjectsearchgui',
'performSearch'));
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
static getBlockType()
Get block type.
static isRepositoryObject()
Is this a repository object.
setDataSection($a_content)
Call this from overwritten fillDataSection(), if standard row based data is not used.
static getScreenMode()
Get Screen Mode for current command.
setEnableNumInfo($a_enablenuminfo)
Set Enable Item Number Info.
executeCommand()
execute command
__construct($a_title)
Constructor type $ilCtrl type $lng.
setTitle($a_title)
Set Title.
special template class to simplify handling of ITX/PEAR
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
fillDataSection()
Fill data section.
This class represents a block method of a block.
getHTML()
Get bloch HTML code.