46 $this->ctrl = $DIC->ctrl();
47 $this->main_tpl = $DIC->ui()->mainTemplate();
48 $this->tree = $DIC->repositoryTree();
52 $this->
setId(
'objrolepd');
56 $this->
setTitle($this->lng->txt(
'rep_recommended_content') .
60 $this->
addColumn($this->lng->txt(
'title'),
'title');
61 $this->
addColumn($this->lng->txt(
'path'));
64 "tpl.rec_content_list_role.html",
65 "Services/Repository/RecommendedContent" 69 $this->
setFormAction($this->ctrl->getFormAction($a_parent_obj, $a_parent_cmd));
70 $this->
addMultiCommand(
'confirmRemoveItems', $this->lng->txt(
'remove'));
85 $data = array_map(
function ($ref_id) use (
$tree) {
91 }, $this->manager->getRecommendationsOfRole($this->role_id));
102 return implode(
" » ", array_column($a_path_arr,
"title"));
110 $this->tpl->setVariable(
"VAL_ID", $a_set[
"ref_id"]);
111 $this->tpl->setVariable(
"VAL_TITLE", $a_set[
"title"]);
112 $this->tpl->setVariable(
"VAL_PATH", $a_set[
"path"]);
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
formatPath(array $a_path_arr)
static _lookupTitle($a_id)
lookup object title
static _lookupObjectId($a_ref_id)
lookup object id
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
__construct(ilRecommendedContentRoleConfigGUI $a_parent_obj, string $a_parent_cmd, int $role_id, \ilRecommendedContentManager $manager)
setSelectAllCheckbox($a_select_all_checkbox, $a_select_all_on_top=false)
Set the name of the checkbox that should be toggled with a select all button.
addMultiCommand($a_cmd, $a_text)
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
static _getTranslation($a_role_title)
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
Recommended content configuration for roles.
Recommended content manager (business logic)
Recommended content for roles.