ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Public Member Functions | |
__construct (string $mode) | |
getHash () | |
getLabel () | |
isNotable () | |
getPreconditions (Environment $environment) | |
achieve (Environment $environment) | |
isApplicable (Environment $environment) | |
![]() | |
__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 | |
![]() | |
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().
ilTreeImplementationSwitch::achieve | ( | Environment | $environment | ) |
Definition at line 64 of file class.ilTreeImplementationSwitch.php.
References ilMaterializedPathTree\createFromParentRelation(), ILIAS\Setup\Environment\getResource(), and renumberNestedSet().
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().
ilTreeImplementationSwitch::isNotable | ( | ) |
Definition at line 51 of file class.ilTreeImplementationSwitch.php.
|
private |
Definition at line 101 of file class.ilTreeImplementationSwitch.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, ILIAS\Repository\int(), ilDBInterface\manipulateF(), ilDBInterface\query(), ilDBInterface\quote(), and ilDBConstants\T_INTEGER.
Referenced by achieve().
|
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().