19declare(strict_types=1);
29 public function __construct(
object $a_parent_obj,
string $a_parent_cmd,
int $a_ref_id)
32 $this->ref_id = $a_ref_id;
33 $this->
setId(
'rep_obj_search_res_' . $this->ref_id);
39 $this->search_term = $a_term;
54 $this->results = $a_result;
62 public function init(): void
84 $this->
setRowTemplate(
'tpl.repository_object_search_result_row.html',
'components/ILIAS/Search');
88 abstract public function parse();
setSearchTerm(string $a_term)
__construct(object $a_parent_obj, string $a_parent_cmd, int $a_ref_id)
setResults(ilRepositoryObjectDetailSearchResult $a_result)
ilRepositoryObjectDetailSearchResult $results
ilSearchSettings $settings
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
setLimit(int $a_limit=0, int $a_default_limit=0)
set max.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
setFormAction(string $a_form_action, bool $a_multipart=false)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
setEnableHeader(bool $a_enableheader)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc