|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 25 of file class.ilAccessCustomRBACOperationAddedObjective.php.
| ilAccessCustomRBACOperationAddedObjective::__construct | ( | string | $id, |
| string | $title, | ||
| string | $class, | ||
| int | $pos, | ||
| array | $types = [] |
||
| ) |
Definition at line 35 of file class.ilAccessCustomRBACOperationAddedObjective.php.
| ilAccessCustomRBACOperationAddedObjective::achieve | ( | Environment | $environment | ) |
Definition at line 67 of file class.ilAccessCustomRBACOperationAddedObjective.php.
References $class, $dic, $id, $pos, $title, ilRbacReview\_getCustomRBACOperationId(), ilObject\_getObjectTypeIdByTitle(), ILIAS\Setup\Environment\getResource(), initEnvironment(), and resetDIC().
Here is the call graph for this function:| ilAccessCustomRBACOperationAddedObjective::getHash | ( | ) |
Definition at line 44 of file class.ilAccessCustomRBACOperationAddedObjective.php.
| ilAccessCustomRBACOperationAddedObjective::getLabel | ( | ) |
Definition at line 49 of file class.ilAccessCustomRBACOperationAddedObjective.php.
References $types.
| ilAccessCustomRBACOperationAddedObjective::getPreconditions | ( | Environment | $environment | ) |
Definition at line 60 of file class.ilAccessCustomRBACOperationAddedObjective.php.
|
protected |
Definition at line 167 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 133 of file class.ilAccessCustomRBACOperationAddedObjective.php.
References $dic, ilRbacReview\_getCustomRBACOperationId(), ilObject\_getObjectTypeIdByTitle(), ILIAS\Setup\Environment\getResource(), initEnvironment(), and resetDIC().
Here is the call graph for this function:| ilAccessCustomRBACOperationAddedObjective::isNotable | ( | ) |
Definition at line 55 of file class.ilAccessCustomRBACOperationAddedObjective.php.
|
protected |
Definition at line 189 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 31 of file class.ilAccessCustomRBACOperationAddedObjective.php.
Referenced by achieve().
|
protected |
Definition at line 29 of file class.ilAccessCustomRBACOperationAddedObjective.php.
Referenced by __construct(), achieve(), ILIAS\UI\Implementation\Component\Table\DataRowBuilder\buildDataRow(), ILIAS\UI\Implementation\Component\Table\OrderingRowBuilder\buildOrderingRow(), ILIAS\UI\Implementation\Component\Table\AbstractTable\enumerateColumns(), ILIAS\UI\Implementation\Component\Table\DataRow\getActions(), ILIAS\UI\Implementation\Component\Table\AbstractTable\getId(), ILIAS\UI\Implementation\Component\Table\DataRow\getId(), ILIAS\UI\Implementation\Component\Table\AbstractTable\getStorageId(), ILIAS\UI\Implementation\Component\Table\AbstractTable\withActions(), and ILIAS\UI\Implementation\Component\Table\AbstractTable\withId().
|
protected |
Definition at line 32 of file class.ilAccessCustomRBACOperationAddedObjective.php.
Referenced by __construct(), and achieve().
|
protected |
Definition at line 30 of file class.ilAccessCustomRBACOperationAddedObjective.php.
Referenced by ILIAS\UI\Implementation\Component\Table\AbstractTable\__construct(), ILIAS\UI\Implementation\Component\Table\Ordering\__construct(), __construct(), ILIAS\UI\Implementation\Component\Table\Presentation\__construct(), achieve(), ILIAS\UI\Implementation\Component\Table\Table\getTitle(), and ILIAS\UI\Implementation\Component\Table\Table\withTitle().
|
protected |
Definition at line 33 of file class.ilAccessCustomRBACOperationAddedObjective.php.
Referenced by __construct(), and getLabel().
|
private |
Definition at line 27 of file class.ilAccessCustomRBACOperationAddedObjective.php.
Referenced by initEnvironment().