3 declare(strict_types=1);
33 private \ILIAS\HTTP\GlobalHttpState
$http;
45 $this->
http = $DIC->http();
51 $this->allow_moving =
false;
52 $this->new_rendering =
true;
60 return self::$block_type;
84 $cmd = $ilCtrl->getCmd(
"getHTML");
86 switch ($next_class) {
94 return parent::getHTML();
107 $tpl =
new ilTemplate(
"tpl.search_search_block.html",
true,
true,
'Services/Search');
109 $this->
lng->loadLanguageModule(
'search');
111 $tpl->
setVariable(
"TXT_SEARCH_INPUT_PERFORM_LABEL", $this->
lng->txt(
'search_field_perform'));
113 $tpl->
setVariable(
"FORMACTION", $this->
ctrl->getFormActionByClass(
'ilrepositoryobjectsearchgui',
'performSearch'));
115 $post_search_term =
'';
116 if ($this->
http->wrapper()->post()->has(
'search_term')) {
117 $post_search_term = $this->
http->wrapper()->post()->retrieve(
119 $this->
refinery->kindlyTo()->string()
get(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
setDataSection(string $a_content)
Call this from overwritten fillDataSection(), if standard row based data is not used.
setEnableNumInfo(bool $a_enablenuminfo)
static getScreenMode()
Get Screen Mode for current command.
ILIAS Refinery Factory $refinery
static string $block_type
ILIAS HTTP GlobalHttpState $http
getNextClass($a_gui_class=null)
static http()
Fetches the global http state from ILIAS.
setVariable($variable, $value='')
Sets a variable value.
__construct(Container $dic, ilPlugin $plugin)
setTitle(string $a_title)
This class represents a block method of a block.
__construct(string $a_title)