|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilEventItems: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().
Here is the call graph for this function:
|
protected |
Definition at line 225 of file class.ilEventItems.php.
References $db, $DIC, $ilDB, $res, $tree, ilDBConstants\FETCHMODE_OBJECT, getEventId(), ILIAS\Repository\int(), ilTree\isDeleted(), and ilTree\isInTree().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 81 of file class.ilEventItems.php.
References $DIC, $ilDB, and $res.
Referenced by ilObjSession\delete().
Here is the caller graph for this function:
|
static |
Definition at line 122 of file class.ilEventItems.php.
References $DIC, $ilDB, $items, $res, ilDBConstants\FETCHMODE_OBJECT, and ilTree\getChildsByType().
Referenced by ilObjectActivation\getTimingsItems(), ilContainerContentGUI\initRenderer(), ilRepositoryExplorerGUI\isNodeVisible(), ilRepositoryExplorer\isVisible(), and ilContainerGUI\redrawListItemObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 146 of file class.ilEventItems.php.
References $DIC, $ilDB, $items, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by cloneItems().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| ilEventItems::delete | ( | ) |
Definition at line 76 of file class.ilEventItems.php.
References getEventId().
Here is the call graph for this function:| ilEventItems::getEventId | ( | ) |
|
static |
| int | $item_ref_id |
Definition at line 179 of file class.ilEventItems.php.
References $DIC, $res, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, ilDBInterface\query(), and ilDBInterface\quote().
Referenced by ilSessionClassificationPathGUI\findSessionContainerForItem().
Here is the call graph for this function:
Here is the caller graph for this function:| ilEventItems::getItems | ( | ) |
Definition at line 58 of file class.ilEventItems.php.
References $items.
Referenced by ilObjSessionGUI\createRecurringSessions(), ilObjSessionGUI\handleFileUpload(), and ilObjSessionGUI\saveMaterialsObject().
Here is the caller graph for this function:| ilEventItems::removeItems | ( | array | $a_items | ) |
Definition at line 93 of file class.ilEventItems.php.
References $res.
Referenced by ilObjSessionGUI\removeMaterialsObject().
Here is the caller graph for this function:| ilEventItems::setEventId | ( | int | $a_event_id | ) |
Definition at line 53 of file class.ilEventItems.php.
Referenced by EventItemsTest\testSetEventId().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilEventItems::update | ( | ) |
Definition at line 103 of file class.ilEventItems.php.
References $DIC, $ilDB, $res, and getEventId().
Referenced by ilObjSessionGUI\afterSaveCallback(), and cloneItems().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().