ILIAS
trunk Revision v11.0_alpha-1723-g8e69f309bab
|
Public Member Functions | |
getPreconditions (Environment $environment) | |
Objectives might depend on other objectives. More... | |
![]() | |
__construct (protected ilDatabaseUpdateSteps $steps) | |
getHash () | |
The hash for the objective is calculated over the classname and the steps that are contained. More... | |
getLabel () | |
Get a label that describes this objective. More... | |
isNotable () | |
getPreconditions (Environment $environment) | |
achieve (Environment $environment) | |
isApplicable (Environment $environment) | |
Additional Inherited Members | |
![]() | |
const | STEP_METHOD_PREFIX = "step_" |
![]() | |
throwStepNotFinishedException (int $started, int $finished) | |
![]() | |
string | $steps_class |
Definition at line 27 of file class.ilFileObjectRBACDatabase.php.
ilFileObjectRBACDatabase::getPreconditions | ( | Environment | $environment | ) |
Objectives might depend on other objectives.
UnachievableException | if the objective is not achievable |
Implements ILIAS\Setup\Objective.
Definition at line 30 of file class.ilFileObjectRBACDatabase.php.