ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct (\ilCtrlStructureReader $ctrl_reader, bool $populate_before=true) | |
getHash () | |
getLabel () | |
isNotable () | |
getPreconditions (Setup\Environment $environment) | |
achieve (Setup\Environment $environment) | |
Data Fields | |
const | TABLE_CLASSFILES = "ctrl_classfile" |
const | TABLE_CALLS = "ctrl_calls" |
Protected Attributes | |
$ctrl_reader | |
$populate_before | |
Definition at line 5 of file class.ilCtrlStructureStoredObjective.php.
ilCtrlStructureStoredObjective::__construct | ( | \ilCtrlStructureReader | $ctrl_reader, |
bool | $populate_before = true |
||
) |
Definition at line 20 of file class.ilCtrlStructureStoredObjective.php.
References $ctrl_reader, and $populate_before.
ilCtrlStructureStoredObjective::achieve | ( | Setup\Environment | $environment | ) |
Definition at line 64 of file class.ilCtrlStructureStoredObjective.php.
References $reader, and ILIAS\Setup\Environment\getResource().
ilCtrlStructureStoredObjective::getHash | ( | ) |
Definition at line 29 of file class.ilCtrlStructureStoredObjective.php.
ilCtrlStructureStoredObjective::getLabel | ( | ) |
Definition at line 37 of file class.ilCtrlStructureStoredObjective.php.
ilCtrlStructureStoredObjective::getPreconditions | ( | Setup\Environment | $environment | ) |
ilCtrlStructureStoredObjective::isNotable | ( | ) |
Definition at line 45 of file class.ilCtrlStructureStoredObjective.php.
|
protected |
Definition at line 13 of file class.ilCtrlStructureStoredObjective.php.
Referenced by __construct().
|
protected |
Definition at line 18 of file class.ilCtrlStructureStoredObjective.php.
Referenced by __construct().
const ilCtrlStructureStoredObjective::TABLE_CALLS = "ctrl_calls" |
Definition at line 8 of file class.ilCtrlStructureStoredObjective.php.
const ilCtrlStructureStoredObjective::TABLE_CLASSFILES = "ctrl_classfile" |
Definition at line 7 of file class.ilCtrlStructureStoredObjective.php.