|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
class ilEvent More...
Collaboration diagram for ilEventItems:Public Member Functions | |
| __construct ($a_event_id) | |
| getEventId () | |
| setEventId ($a_event_id) | |
| getItems () | |
| get assigned items More... | |
| setItems ($a_items) | |
| addItem ($a_item_ref_id) | |
| Add one item. More... | |
| delete () | |
| removeItems ($a_items) | |
| Remove specific items from the DB. More... | |
| update () | |
| _isAssigned ($a_item_id) | |
| cloneItems ($a_source_id, $a_copy_id) | |
| Clone items. More... | |
| __read () | |
Static Public Member Functions | |
| static | _delete ($a_event_id) |
| static | _getItemsOfContainer ($a_ref_id) |
| static | _getItemsOfEvent ($a_event_id) |
| Get items by event. More... | |
| static | getEventsForItemOrderedByStartingTime ($item_ref_id) |
Data Fields | |
| $ilErr | |
| $ilDB | |
| $tree | |
| $lng | |
| $event_id = null | |
| $items = array() | |
class ilEvent
Definition at line 34 of file class.ilEventItems.php.
| ilEventItems::__construct | ( | $a_event_id | ) |
Definition at line 45 of file class.ilEventItems.php.
References $DIC, $ilDB, $ilErr, $lng, $tree, and __read().
Here is the call graph for this function:| ilEventItems::__read | ( | ) |
Definition at line 271 of file class.ilEventItems.php.
References $DIC, $ilDB, $query, $res, $tree, ilDBConstants\FETCHMODE_OBJECT, and getEventId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 104 of file class.ilEventItems.php.
References $DIC, $ilDB, $query, and $res.
Referenced by delete(), and ilObjSession\delete().
Here is the caller graph for this function:
|
static |
Definition at line 150 of file class.ilEventItems.php.
References $DIC, $ilDB, $items, $query, $res, $tree, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilContainer\getSubItems(), ilObjectActivation\getTimingsItems(), ilRepositoryExplorerGUI\isNodeVisible(), ilRepositoryExplorer\isVisible(), and ilContainerGUI\redrawListItemObject().
Here is the caller graph for this function:
|
static |
Get items by event.
@access public
| int | event id |
Definition at line 181 of file class.ilEventItems.php.
References $DIC, $ilDB, $items, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by cloneItems().
Here is the caller graph for this function:| ilEventItems::_isAssigned | ( | $a_item_id | ) |
Definition at line 196 of file class.ilEventItems.php.
| ilEventItems::addItem | ( | $a_item_ref_id | ) |
Add one item.
| object | $a_item_ref_id |
Definition at line 93 of file class.ilEventItems.php.
| ilEventItems::cloneItems | ( | $a_source_id, | |
| $a_copy_id | |||
| ) |
Clone items.
@access public
| int | source event id |
| int | copy id |
Definition at line 241 of file class.ilEventItems.php.
References $DIC, $ilLog, ilCopyWizardOptions\_getInstance(), _getItemsOfEvent(), setItems(), and update().
Here is the call graph for this function:| ilEventItems::delete | ( | ) |
Definition at line 99 of file class.ilEventItems.php.
References _delete(), and getEventId().
Here is the call graph for this function:| ilEventItems::getEventId | ( | ) |
|
static |
| int | $item_ref_id |
Definition at line 213 of file class.ilEventItems.php.
References $DIC, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and IL_CAL_DATETIME.
Referenced by ilSessionClassificationPathGUI\findSessionContainerForItem().
Here is the caller graph for this function:| ilEventItems::getItems | ( | ) |
get assigned items
Definition at line 75 of file class.ilEventItems.php.
| ilEventItems::removeItems | ( | $a_items | ) |
Remove specific items from the DB.
| $a_items | array |
Definition at line 121 of file class.ilEventItems.php.
| ilEventItems::setEventId | ( | $a_event_id | ) |
Definition at line 66 of file class.ilEventItems.php.
| ilEventItems::setItems | ( | $a_items | ) |
Definition at line 79 of file class.ilEventItems.php.
Referenced by cloneItems().
Here is the caller graph for this function:| ilEventItems::update | ( | ) |
Definition at line 131 of file class.ilEventItems.php.
References $DIC, $ilDB, $query, $res, and getEventId().
Referenced by cloneItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilEventItems::$event_id = null |
Definition at line 41 of file class.ilEventItems.php.
Referenced by getEventId().
| ilEventItems::$ilDB |
Definition at line 37 of file class.ilEventItems.php.
Referenced by __construct(), __read(), _delete(), _getItemsOfContainer(), _getItemsOfEvent(), _isAssigned(), and update().
| ilEventItems::$ilErr |
Definition at line 36 of file class.ilEventItems.php.
Referenced by __construct().
| ilEventItems::$items = array() |
Definition at line 42 of file class.ilEventItems.php.
Referenced by _getItemsOfContainer(), and _getItemsOfEvent().
| ilEventItems::$lng |
Definition at line 39 of file class.ilEventItems.php.
Referenced by __construct().
| ilEventItems::$tree |
Definition at line 38 of file class.ilEventItems.php.
Referenced by __construct(), __read(), and _getItemsOfContainer().