19 declare(strict_types=1);
40 $this->
setId(
'usrrolesp');
47 $this->
setTitle($this->
lng->txt(
'user_role_starting_point'));
54 $this->
setRowTemplate(
'tpl.user_role_starting_point_row.html',
'components/ILIAS/User');
67 $valid_points = $this->starting_point_repository->getPossibleStartingPoints();
69 $status = ($this->starting_point_repository->isPersonalStartingPointEnabled()
70 ? $this->
lng->txt(
'yes') : $this->
lng->txt(
'no'));
72 $starting_points = [];
73 $starting_points[] = [
74 'id' => $this->starting_point_repository->getUserStartingPointID(),
75 'criteria' => $this->
lng->txt(
'user_chooses_starting_page'),
76 'starting_page' => $status,
77 'starting_position' => self::TABLE_POSITION_USER_CHOOSES
80 $available_starting_points = $this->starting_point_repository->getStartingPoints();
82 foreach ($available_starting_points as $available_starting_point) {
83 $starting_point_type = $available_starting_point->getStartingPointType();
84 $position = $available_starting_point->getPosition();
85 $sp_text = $this->
lng->txt($valid_points[$starting_point_type]) ??
'';
88 && $available_starting_point->getStartingObject() !==
null) {
89 $starting_object_ref_id = $available_starting_point->getStartingObject();
91 $type = $dc->lookupType($object_id);
92 $title = $dc->lookupTitle($object_id);
93 $sp_text = $this->
lng->txt(
'obj_' . $type) .
' ' 94 .
'<i>"' .
$title .
'" (' . $starting_object_ref_id .
')</i>';
97 if ($available_starting_point->isRoleBasedStartingPoint()) {
98 $options = unserialize($available_starting_point->getRuleOptions(), [
'allowed_classes' =>
false]);
101 if (!($role_obj instanceof \
ilObjRole)) {
105 $starting_points[] = [
106 'id' => $available_starting_point->getId(),
107 'criteria' => $role_obj->getTitle(),
108 'starting_page' => $sp_text,
109 'starting_position' => $position,
110 'role_id' => $role_obj->getId()
115 $default_sp = $this->starting_point_repository->getSystemDefaultStartingPointType();
116 $starting_point = $this->
lng->txt($valid_points[$default_sp]);
118 $starting_object_ref_id = $this->starting_point_repository->getSystemDefaultStartingObject();
121 $type = $dc->lookupType($object_id);
122 $title = $dc->lookupTitle($object_id);
123 $starting_point = $this->
lng->txt(
'obj_' . $type) .
' ' 124 .
'<i>"' .
$title .
'" (' . $starting_object_ref_id .
')</i>';
127 $starting_points[] = [
128 'id' => $this->starting_point_repository->getDefaultStartingPointID(),
129 'criteria' => $this->
lng->txt(
'default'),
130 'starting_page' => $starting_point,
131 'starting_position' => self::TABLE_POSITION_DEFAULT
134 $sorted_starting_points = $this->starting_point_repository->reArrangePositions(
138 $this->
setData($sorted_starting_points);
147 $id = $row_data[
'id'];
148 $role_id = $row_data[
'role_id'] ??
null;
152 $this->tpl->setVariable(
'HIDDEN',
'hidden');
154 $this->tpl->setVariable(
'VAL_ID',
'position[' . (
string)
$id .
']');
155 $this->tpl->setVariable(
'VAL_POS', $row_data[
'starting_position']);
158 $this->tpl->setVariable(
163 $row_data[
'criteria']
169 $this->tpl->setVariable(
'TXT_PAGE', $row_data[
'starting_page']);
171 $list = $this->ui_factory->dropdown()->standard($actions)->withLabel(
172 $this->
lng->txt(
'actions')
175 $this->tpl->setVariable(
'ACTION', $this->ui_renderer->render($list));
187 $actions[] = $this->ui_factory->link()->standard(
188 $this->
lng->txt(
'edit'),
192 if ($id !== $this->starting_point_repository->getDefaultStartingPointID()
193 && $id !== $this->starting_point_repository->getUserStartingPointID()) {
194 $delete_url = $this->
ctrl->getLinkTarget(
196 'deleteStartingPoint' 198 $actions[] = $this->ui_factory->link()->standard(
199 $this->
lng->txt(
'delete'),
209 $cmd =
'initRoleStartingPointForm';
210 if ($id === $this->starting_point_repository->getUserStartingPointID()) {
211 $cmd =
'initUserStartingPointForm';
215 return $this->
ctrl->getLinkTargetByClass(
223 if ($id === $this->starting_point_repository->getDefaultStartingPointID()
224 || $id === $this->starting_point_repository->getUserStartingPointID()) {
235 if ($id === $this->starting_point_repository->getDefaultStartingPointID()
236 || $id === $this->starting_point_repository->getUserStartingPointID()) {
242 $ref_id = $this->rbac_review->getObjectReferenceOfRole($role_id);
247 return $this->
lng->txt(
'has_role') .
': '
getEditLink(int $id, ?int $role_id)
const TABLE_POSITION_USER_CHOOSES
getActions(int $id, ?int $role_id)
setFormAction(string $a_form_action, bool $a_multipart=false)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
const TABLE_POSITION_DEFAULT
TableGUI class for LTI consumer listing.
static _lookupObjId(int $ref_id)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setExternalSorting(bool $a_val)
__construct(object $parent_obj, private ilUserStartingPointRepository $starting_point_repository, private ilRbacReview $rbac_review, private UIFactory $ui_factory, private Renderer $ui_renderer,)
static _lookupTitle(int $obj_id)
const START_REPOSITORY_OBJ
static _getTranslation(string $a_role_title)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
__construct(Container $dic, ilPlugin $plugin)
setLimit(int $a_limit=0, int $a_default_limit=0)
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)
getTitleForCriterium(int $id, ?int $role_id, string $criterium)
static _lookupType(int $id, bool $reference=false)
static sortArray(array $array, string $a_array_sortby_key, string $a_array_sortorder="asc", bool $a_numeric=false, bool $a_keep_keys=false)