ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
|
protected |
Definition at line 75 of file ilLSItemsDB.php.
References ilObject\_getIcon().
Referenced by getLSItems().
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.
|
protected |
Definition at line 139 of file ilLSItemsDB.php.
References ilObjectFactory\getInstanceByRefId().
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().
|
protected |
Definition at line 99 of file ilLSItemsDB.php.
Referenced by storeItems().
|
protected |
Definition at line 108 of file ilLSItemsDB.php.
Referenced by storeItems().
|
protected |
Definition at line 118 of file ilLSItemsDB.php.
Referenced by storeItems().
|
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().