ILIAS
release_8 Revision v8.19
|
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 (int $a_event_id) | |
getEventId () | |
setEventId (int $a_event_id) | |
getItems () | |
setItems (array $a_items) | |
addItem (int $a_item_ref_id) | |
delete () | |
removeItems (array $a_items) | |
update () | |
_isAssigned (int $a_item_id) | |
cloneItems (int $a_source_id, int $a_copy_id) | |
Static Public Member Functions | |
static | _delete (int $a_event_id) |
static | _getItemsOfContainer (int $a_ref_id) |
static | _getItemsOfEvent (int $a_event_id) |
static | getEventsForItemOrderedByStartingTime (int $item_ref_id) |
Protected Member Functions | |
__read () | |
Protected Attributes | |
ilDBInterface | $db |
ilTree | $tree |
int | $event_id = 0 |
array | $items = [] |
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 ilEventItems
Definition at line 29 of file class.ilEventItems.php.
ilEventItems::__construct | ( | int | $a_event_id | ) |
Definition at line 37 of file class.ilEventItems.php.
References $DIC, and __read().
|
protected |
Definition at line 225 of file class.ilEventItems.php.
References $db, $DIC, $ilDB, $query, $res, $tree, ilDBConstants\FETCHMODE_OBJECT, getEventId(), ILIAS\Repository\int(), ilTree\isDeleted(), and ilTree\isInTree().
Referenced by __construct().
|
static |
Definition at line 81 of file class.ilEventItems.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilObjSession\delete().
|
static |
Definition at line 122 of file class.ilEventItems.php.
References $DIC, $ilDB, $items, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ilTree\getChildsByType().
Referenced by ilObjectActivation\getTimingsItems(), ilContainerContentGUI\initRenderer(), ilRepositoryExplorerGUI\isNodeVisible(), ilRepositoryExplorer\isVisible(), and ilContainerGUI\redrawListItemObject().
|
static |
Definition at line 146 of file class.ilEventItems.php.
References $DIC, $ilDB, $items, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by cloneItems().
ilEventItems::_isAssigned | ( | int | $a_item_id | ) |
ilEventItems::addItem | ( | int | $a_item_ref_id | ) |
Definition at line 71 of file class.ilEventItems.php.
Referenced by ilObjSessionGUI\afterSaveCallback(), and ilSessionDataSet\importRecord().
ilEventItems::cloneItems | ( | int | $a_source_id, |
int | $a_copy_id | ||
) |
Definition at line 198 of file class.ilEventItems.php.
References $DIC, ilCopyWizardOptions\_getInstance(), _getItemsOfEvent(), setItems(), and update().
ilEventItems::delete | ( | ) |
Definition at line 76 of file class.ilEventItems.php.
References getEventId().
ilEventItems::getEventId | ( | ) |
|
static |
int | $item_ref_id |
Definition at line 179 of file class.ilEventItems.php.
References $DIC, $query, $res, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ilSessionClassificationPathGUI\findSessionContainerForItem().
ilEventItems::getItems | ( | ) |
Definition at line 58 of file class.ilEventItems.php.
References $items.
Referenced by ilObjSessionGUI\createRecurringSessions(), ilObjSessionGUI\handleFileUpload(), and ilObjSessionGUI\saveMaterialsObject().
ilEventItems::removeItems | ( | array | $a_items | ) |
Definition at line 93 of file class.ilEventItems.php.
Referenced by ilObjSessionGUI\removeMaterialsObject().
ilEventItems::setEventId | ( | int | $a_event_id | ) |
Definition at line 53 of file class.ilEventItems.php.
Referenced by EventItemsTest\testSetEventId().
ilEventItems::setItems | ( | array | $a_items | ) |
Definition at line 63 of file class.ilEventItems.php.
References ILIAS\Repository\int().
Referenced by cloneItems(), ilObjSessionGUI\createRecurringSessions(), and ilObjSessionGUI\handleFileUpload().
ilEventItems::update | ( | ) |
Definition at line 103 of file class.ilEventItems.php.
References $DIC, $ilDB, $query, $res, and getEventId().
Referenced by ilObjSessionGUI\afterSaveCallback(), and cloneItems().
|
protected |
Definition at line 31 of file class.ilEventItems.php.
Referenced by __read().
|
protected |
Definition at line 33 of file class.ilEventItems.php.
Referenced by getEventId().
|
protected |
Definition at line 34 of file class.ilEventItems.php.
Referenced by _getItemsOfContainer(), _getItemsOfEvent(), and getItems().
|
protected |
Definition at line 32 of file class.ilEventItems.php.
Referenced by __read().