19 declare(strict_types=1);
32 public function __construct(
int $a_context = self::CONTEXT_REPOSITORY)
36 $this->rbacsystem = $DIC->rbac()->system();
43 public function init(): void
45 $this->static_link_enabled =
true;
46 $this->delete_enabled =
true;
47 $this->cut_enabled =
true;
48 $this->copy_enabled =
true;
49 $this->subscribe_enabled =
true;
50 $this->link_enabled =
false;
51 $this->info_screen_enabled =
true;
53 $this->gui_class_name =
"ilobjgroupgui";
69 case 'mount_webfolder':
81 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
82 $cmd_link = $this->
ctrl->getLinkTargetByClass(
"ilrepositorygui", $cmd);
83 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->requested_ref_id);
95 $props = parent::getProperties();
98 if (isset($info[
'reg_info_list_prop'])) {
102 'property' => $info[
'reg_info_list_prop'][
'property'],
103 'value' => $info[
'reg_info_list_prop'][
'value']
106 if (isset($info[
'reg_info_list_prop_limit'])) {
110 'property' => $info[
'reg_info_list_prop_limit'][
'property'],
111 'propertyNameVisible' => strlen($info[
'reg_info_list_prop_limit'][
'property']) ?
true :
false,
112 'value' => $info[
'reg_info_list_prop_limit'][
'value']
122 "property" => $this->
lng->txt(
'member_status'),
123 "value" => $this->
lng->txt(
'on_waiting_list')
129 if (is_array($info)) {
133 'property' => $info[
'property'],
134 'value' => $info[
'value']
146 return parent::getCommandFrame($cmd);
161 if ($permission ==
'grp_linked') {
163 parent::checkCommandAccess(
'read',
'', $ref_id, $type,
$obj_id) ||
164 parent::checkCommandAccess(
'join',
'join', $ref_id, $type,
$obj_id);
166 return parent::checkCommandAccess($permission, $cmd, $ref_id, $type,
$obj_id);
static lookupRegistrationInfo(int $a_obj_id)
getCommandFrame(string $cmd)
static lookupPeriodInfo(int $a_obj_id)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
checkCommandAccess(string $permission, string $cmd, int $ref_id, string $type, ?int $obj_id=null)
enableSubstitutions(bool $status)
__construct(int $a_context=self::CONTEXT_REPOSITORY)
__construct(Container $dic, ilPlugin $plugin)
static _isOnList(int $a_usr_id, int $a_obj_id)
getUriToMountInstructionModalByRef(int $a_ref_id)
getCommandLink(string $cmd)
static _getInstanceByObjectType(string $a_type)