ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
class.ilObjRemoteCategoryAccess.php
Go to the documentation of this file.
1
<?php
2
18
declare(strict_types=1);
19
30
class
ilObjRemoteCategoryAccess
extends
ilObjectAccess
31
{
44
public
static
function
_getCommands
(): array
45
{
46
$commands = array(
47
array(
"permission"
=>
"read"
,
"cmd"
=>
"show"
,
"lang_var"
=>
"info"
,
48
"default"
=>
true
),
49
array(
"permission"
=>
"write"
,
"cmd"
=>
"edit"
,
"lang_var"
=>
"edit"
)
50
);
51
52
return
$commands;
53
}
54
}
ilObjRemoteCategoryAccess
Definition:
class.ilObjRemoteCategoryAccess.php:31
ilObjRemoteCategoryAccess\_getCommands
static _getCommands()
get commands
Definition:
class.ilObjRemoteCategoryAccess.php:44
ilObjectAccess
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilObjectAccess.php:32
Modules
RemoteCategory
classes
class.ilObjRemoteCategoryAccess.php
Generated on Sun Nov 2 2025 22:01:16 for ILIAS by
1.9.4 (using
Doxyfile
)