|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilLSItemsDB:
Collaboration diagram for ilLSItemsDB:Public Member Functions | |
| __construct (ilTree $tree, ilContainerSorting $container_sorting, ilLSPostConditionDB $post_conditions_db, LSItemOnlineStatus $ls_item_online_status) | |
| getLSItems (int $ref_id) | |
| storeItems (array $ls_items) | |
| Use this to apply settings made in ContentGUI. More... | |
Protected Member Functions | |
| getIconPathForType (string $type) | |
| getConditionsForChildren (array $children) | |
| Collect all conditions at once. More... | |
| storeItemsOrder (array $ls_items) | |
| storeOnlineStatus (array $ls_items) | |
| storePostconditions (array $ls_items) | |
| getObjectFor (int $ref_id) | |
Protected Attributes | |
| ilTree | $tree |
| ilContainerSorting | $container_sorting |
| ilLSPostConditionDB | $post_conditions_db |
| LSItemOnlineStatus | $ls_item_online_status |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilLSItemsDB
Definition at line 24 of file ilLSItemsDB.php.
| ilLSItemsDB::__construct | ( | ilTree | $tree, |
| ilContainerSorting | $container_sorting, | ||
| ilLSPostConditionDB | $post_conditions_db, | ||
| LSItemOnlineStatus | $ls_item_online_status | ||
| ) |
Definition at line 31 of file ilLSItemsDB.php.
References $container_sorting, $ls_item_online_status, $post_conditions_db, and $tree.
|
protected |
Collect all conditions at once.
Definition at line 84 of file ilLSItemsDB.php.
References $i.
Referenced by getLSItems().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilLSItemsDBStub.
Definition at line 75 of file ilLSItemsDB.php.
References $type, and ilObject\_getIcon().
Referenced by getLSItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLSItemsDB::getLSItems | ( | int | $ref_id | ) |
Definition at line 46 of file ilLSItemsDB.php.
References $ref_id, getConditionsForChildren(), getIconPathForType(), ILIAS\Repository\int(), and ilContainer\SORT_MANUAL.
Here is the call graph for this function:
|
protected |
Definition at line 139 of file ilLSItemsDB.php.
References $ref_id, and ilObjectFactory\getInstanceByRefId().
Here is the call graph for this function:| ilLSItemsDB::storeItems | ( | array | $ls_items | ) |
Use this to apply settings made in ContentGUI.
Definition at line 130 of file ilLSItemsDB.php.
References storeItemsOrder(), storeOnlineStatus(), and storePostconditions().
Here is the call graph for this function:
|
protected |
Definition at line 99 of file ilLSItemsDB.php.
Referenced by storeItems().
Here is the caller graph for this function:
|
protected |
Definition at line 108 of file ilLSItemsDB.php.
Referenced by storeItems().
Here is the caller graph for this function:
|
protected |
Definition at line 118 of file ilLSItemsDB.php.
Referenced by storeItems().
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file ilLSItemsDB.php.
Referenced by __construct().
|
protected |
Definition at line 29 of file ilLSItemsDB.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file ilLSItemsDB.php.
Referenced by __construct().
|
protected |
Definition at line 26 of file ilLSItemsDB.php.
Referenced by __construct().