ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
getPreconditions (Environment $environment) | |
@inheritdocs 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 () | |
@inheritdocs More... | |
getPreconditions (Environment $environment) | |
@inheritdocs More... | |
achieve (Environment $environment) | |
@inheritdocs More... | |
isApplicable (Environment $environment) | |
@inheritDoc More... | |
getHash () | |
Get a hash for this objective. More... | |
getLabel () | |
Get a label that describes this objective. More... | |
isNotable () | |
Get to know if this is an interesting objective for a human. More... | |
getPreconditions (Environment $environment) | |
Objectives might depend on other objectives. More... | |
achieve (Environment $environment) | |
Objectives can be achieved. More... | |
isApplicable (Environment $environment) | |
Get to know whether the objective is applicable. More... | |
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 | ) |
@inheritdocs
Reimplemented from ilDatabaseUpdateStepsExecutedObjective.
Definition at line 30 of file class.ilFileObjectRBACDatabase.php.