|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilOrgUnitOperationContextRegisteredObjective:
Collaboration diagram for ilOrgUnitOperationContextRegisteredObjective:Public Member Functions | |
| __construct (string $context_name, ?string $parent_context=null) | |
| getHash () | |
| getLabel () | |
| isNotable () | |
| getPreconditions (Environment $environment) | |
| achieve (Environment $environment) | |
| isApplicable (Environment $environment) | |
Protected Member Functions | |
| doesContextExist (ilDBInterface $db, string $context) | |
| getContextId (ilDBInterface $db, string $context) | |
| Defaults to 0 if context is not found. More... | |
Protected Attributes | |
| string | $context_name |
| string | $parent_context |
Definition at line 24 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
| ilOrgUnitOperationContextRegisteredObjective::__construct | ( | string | $context_name, |
| ?string | $parent_context = null |
||
| ) |
Definition at line 29 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
References $context_name, and $parent_context.
| ilOrgUnitOperationContextRegisteredObjective::achieve | ( | Environment | $environment | ) |
Definition at line 60 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
References $id, doesContextExist(), getContextId(), and ILIAS\Setup\Environment\getResource().
Here is the call graph for this function:
|
protected |
Definition at line 112 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
Referenced by achieve(), and isApplicable().
Here is the caller graph for this function:
|
protected |
Defaults to 0 if context is not found.
Definition at line 122 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
Referenced by achieve().
Here is the caller graph for this function:| ilOrgUnitOperationContextRegisteredObjective::getHash | ( | ) |
Definition at line 37 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
| ilOrgUnitOperationContextRegisteredObjective::getLabel | ( | ) |
Definition at line 42 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
| ilOrgUnitOperationContextRegisteredObjective::getPreconditions | ( | Environment | $environment | ) |
Definition at line 53 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
| ilOrgUnitOperationContextRegisteredObjective::isApplicable | ( | Environment | $environment | ) |
Definition at line 91 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
References doesContextExist(), and ILIAS\Setup\Environment\getResource().
Here is the call graph for this function:| ilOrgUnitOperationContextRegisteredObjective::isNotable | ( | ) |
Definition at line 48 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
|
protected |
Definition at line 26 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
Referenced by __construct().