|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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 25 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
| ilOrgUnitOperationContextRegisteredObjective::__construct | ( | string | $context_name, |
| ?string | $parent_context = null |
||
| ) |
Definition at line 30 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
References $context_name, and $parent_context.
| ilOrgUnitOperationContextRegisteredObjective::achieve | ( | Environment | $environment | ) |
Definition at line 61 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 113 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
References getContextId().
Referenced by achieve(), and isApplicable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Defaults to 0 if context is not found.
Definition at line 123 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
References ilDBInterface\query(), and ilDBInterface\quote().
Referenced by achieve(), and doesContextExist().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitOperationContextRegisteredObjective::getHash | ( | ) |
Definition at line 38 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
| ilOrgUnitOperationContextRegisteredObjective::getLabel | ( | ) |
Definition at line 43 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
| ilOrgUnitOperationContextRegisteredObjective::getPreconditions | ( | Environment | $environment | ) |
Definition at line 54 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
| ilOrgUnitOperationContextRegisteredObjective::isApplicable | ( | Environment | $environment | ) |
Definition at line 92 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 49 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
|
protected |
Definition at line 27 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilOrgUnitOperationContextRegisteredObjective.php.
Referenced by __construct().