|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilTreeImplementationSwitch:
Collaboration diagram for ilTreeImplementationSwitch:Public Member Functions | |
| __construct (string $mode) | |
| getHash () | |
| getLabel () | |
| isNotable () | |
| getPreconditions (Environment $environment) | |
| achieve (Environment $environment) | |
| isApplicable (Environment $environment) | |
Public Member Functions inherited from ilSetupObjective | |
| __construct (Setup\Config $config) | |
Data Fields | |
| const | NESTED_SET_TO_MATERIALIZED_PATH = 'nested_set_to_materialized_path' |
| const | MATERIALIZED_PATH_TO_NESTED_SET = 'materialized_path_to_nested_set' |
Private Member Functions | |
| renumberNestedSet (ilDBInterface $db, int $node_id, int $i) | |
Private Attributes | |
| string | $mode |
Additional Inherited Members | |
Protected Attributes inherited from ilSetupObjective | |
| Setup Config | $config |
Definition at line 25 of file class.ilTreeImplementationSwitch.php.
| ilTreeImplementationSwitch::__construct | ( | string | $mode | ) |
Definition at line 32 of file class.ilTreeImplementationSwitch.php.
References $mode, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilTreeImplementationSwitch::achieve | ( | Environment | $environment | ) |
Definition at line 64 of file class.ilTreeImplementationSwitch.php.
References ilMaterializedPathTree\createFromParentRelation(), ILIAS\Setup\Environment\getResource(), and renumberNestedSet().
Here is the call graph for this function:| ilTreeImplementationSwitch::getHash | ( | ) |
Definition at line 38 of file class.ilTreeImplementationSwitch.php.
| ilTreeImplementationSwitch::getLabel | ( | ) |
Definition at line 43 of file class.ilTreeImplementationSwitch.php.
| ilTreeImplementationSwitch::getPreconditions | ( | Environment | $environment | ) |
Definition at line 56 of file class.ilTreeImplementationSwitch.php.
| ilTreeImplementationSwitch::isApplicable | ( | Environment | $environment | ) |
Definition at line 136 of file class.ilTreeImplementationSwitch.php.
References ILIAS\Setup\Environment\getResource().
Here is the call graph for this function:| ilTreeImplementationSwitch::isNotable | ( | ) |
Definition at line 51 of file class.ilTreeImplementationSwitch.php.
|
private |
Definition at line 101 of file class.ilTreeImplementationSwitch.php.
References $i, $query, $res, ilDBConstants\FETCHMODE_OBJECT, ILIAS\Repository\int(), ilDBInterface\manipulateF(), ilDBInterface\query(), ilDBInterface\quote(), renumberNestedSet(), and ilDBConstants\T_INTEGER.
Referenced by achieve(), and renumberNestedSet().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 30 of file class.ilTreeImplementationSwitch.php.
Referenced by __construct().
| const ilTreeImplementationSwitch::MATERIALIZED_PATH_TO_NESTED_SET = 'materialized_path_to_nested_set' |
Definition at line 28 of file class.ilTreeImplementationSwitch.php.
Referenced by ilTreeSetupAgent\getNamedObjectives().
| const ilTreeImplementationSwitch::NESTED_SET_TO_MATERIALIZED_PATH = 'nested_set_to_materialized_path' |
Definition at line 27 of file class.ilTreeImplementationSwitch.php.
Referenced by ilTreeSetupAgent\getNamedObjectives().