|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilAccessCustomRBACOperationAddedObjective:
Collaboration diagram for ilAccessCustomRBACOperationAddedObjective:Public Member Functions | |
| __construct (string $id, string $title, string $class, int $pos, array $types=[]) | |
| getHash () | |
| getLabel () | |
| isNotable () | |
| getPreconditions (Environment $environment) | |
| achieve (Environment $environment) | |
| isApplicable (Environment $environment) | |
Protected Member Functions | |
| initEnvironment (Setup\Environment $environment) | |
| resetDIC ($dic) | |
Protected Attributes | |
| string | $id |
| string | $title |
| string | $class |
| int | $pos |
| array | $types |
Private Attributes | |
| const | NO_DIC_FOUND = 'There is no $DIC.' |
Definition at line 26 of file class.ilAccessCustomRBACOperationAddedObjective.php.
| ilAccessCustomRBACOperationAddedObjective::__construct | ( | string | $id, |
| string | $title, | ||
| string | $class, | ||
| int | $pos, | ||
| array | $types = [] |
||
| ) |
Definition at line 36 of file class.ilAccessCustomRBACOperationAddedObjective.php.
| ilAccessCustomRBACOperationAddedObjective::achieve | ( | Environment | $environment | ) |
Definition at line 68 of file class.ilAccessCustomRBACOperationAddedObjective.php.
References $class, $dic, $id, $pos, $title, $type, ilRbacReview\_getCustomRBACOperationId(), ilObject\_getObjectTypeIdByTitle(), ILIAS\Setup\Environment\getResource(), initEnvironment(), and resetDIC().
Here is the call graph for this function:| ilAccessCustomRBACOperationAddedObjective::getHash | ( | ) |
Definition at line 45 of file class.ilAccessCustomRBACOperationAddedObjective.php.
| ilAccessCustomRBACOperationAddedObjective::getLabel | ( | ) |
Definition at line 50 of file class.ilAccessCustomRBACOperationAddedObjective.php.
References $types.
| ilAccessCustomRBACOperationAddedObjective::getPreconditions | ( | Environment | $environment | ) |
Definition at line 61 of file class.ilAccessCustomRBACOperationAddedObjective.php.
|
protected |
Definition at line 168 of file class.ilAccessCustomRBACOperationAddedObjective.php.
References $DIC, $GLOBALS, and NO_DIC_FOUND.
Referenced by achieve(), and isApplicable().
Here is the caller graph for this function:| ilAccessCustomRBACOperationAddedObjective::isApplicable | ( | Environment | $environment | ) |
Definition at line 134 of file class.ilAccessCustomRBACOperationAddedObjective.php.
References $dic, ILIAS\LTI\ToolProvider\$key, $type, ilRbacReview\_getCustomRBACOperationId(), ilObject\_getObjectTypeIdByTitle(), ILIAS\Setup\Environment\getResource(), initEnvironment(), and resetDIC().
Here is the call graph for this function:| ilAccessCustomRBACOperationAddedObjective::isNotable | ( | ) |
Definition at line 56 of file class.ilAccessCustomRBACOperationAddedObjective.php.
|
protected |
Definition at line 190 of file class.ilAccessCustomRBACOperationAddedObjective.php.
References $dic, and $GLOBALS.
Referenced by achieve(), and isApplicable().
Here is the caller graph for this function:
|
protected |
Definition at line 32 of file class.ilAccessCustomRBACOperationAddedObjective.php.
Referenced by achieve().
|
protected |
Definition at line 30 of file class.ilAccessCustomRBACOperationAddedObjective.php.
Referenced by __construct(), and achieve().
|
protected |
Definition at line 33 of file class.ilAccessCustomRBACOperationAddedObjective.php.
Referenced by __construct(), and achieve().
|
protected |
Definition at line 31 of file class.ilAccessCustomRBACOperationAddedObjective.php.
Referenced by __construct(), and achieve().
|
protected |
Definition at line 34 of file class.ilAccessCustomRBACOperationAddedObjective.php.
Referenced by __construct(), and getLabel().
|
private |
Definition at line 28 of file class.ilAccessCustomRBACOperationAddedObjective.php.
Referenced by initEnvironment().