| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
class ilEvent More...
 Collaboration diagram for ilEventItems:
 Collaboration diagram for ilEventItems:| Public Member Functions | |
| ilEventItems ($a_event_id) | |
| getEventId () | |
| setEventId ($a_event_id) | |
| getItems () | |
| get assigned items | |
| setItems ($a_items) | |
| addItem ($a_item_ref_id) | |
| Add one item. | |
| delete () | |
| _delete ($a_event_id) | |
| update () | |
| _getItemsOfContainer ($a_ref_id) | |
| _isAssigned ($a_item_id) | |
| cloneItems ($a_source_id, $a_copy_id) | |
| Clone items. | |
| __read () | |
| Static Public Member Functions | |
| static | _getItemsOfEvent ($a_event_id) | 
| Get items by event. | |
| Data Fields | |
| $ilErr | |
| $ilDB | |
| $tree | |
| $lng | |
| $event_id = null | |
| $items = array() | |
class ilEvent
Definition at line 34 of file class.ilEventItems.php.
| ilEventItems::__read | ( | ) | 
Definition at line 221 of file class.ilEventItems.php.
References $ilDB, $query, $res, $row, $tree, DB_FETCHMODE_OBJECT, and getEventId().
Referenced by ilEventItems().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventItems::_delete | ( | $a_event_id | ) | 
Definition at line 100 of file class.ilEventItems.php.
References $ilDB, $query, and $res.
Referenced by delete(), and ilObjSession\delete().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventItems::_getItemsOfContainer | ( | $a_ref_id | ) | 
Definition at line 128 of file class.ilEventItems.php.
References $ilDB, $items, $query, $res, $row, $tree, and DB_FETCHMODE_OBJECT.
Referenced by ilContainer\getSubItems(), ilObjectActivation\getTimingsItems(), and ilRepositoryExplorer\isVisible().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get items by event.
public
| int | event id | 
Definition at line 157 of file class.ilEventItems.php.
References $ilDB, $items, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by cloneItems().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventItems::_isAssigned | ( | $a_item_id | ) | 
| ilEventItems::addItem | ( | $a_item_ref_id | ) | 
Add one item.
| object | $a_item_ref_id | 
Definition at line 89 of file class.ilEventItems.php.
Referenced by ilObjSessionGUI\afterSaveCallback(), and ilSessionDataSet\importRecord().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventItems::cloneItems | ( | $a_source_id, | |
| $a_copy_id | |||
| ) | 
Clone items.
public
| int | source event id | 
| int | copy id | 
Definition at line 190 of file class.ilEventItems.php.
References $ilLog, ilCopyWizardOptions\_getInstance(), _getItemsOfEvent(), setItems(), and update().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilEventItems::delete | ( | ) | 
Definition at line 95 of file class.ilEventItems.php.
References _delete(), and getEventId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilEventItems::getEventId | ( | ) | 
| ilEventItems::getItems | ( | ) | 
get assigned items
Definition at line 70 of file class.ilEventItems.php.
Referenced by ilObjSessionGUI\createRecurringSessions(), ilObjSessionGUI\handleFileUpload(), and ilObjSessionGUI\materialsObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventItems::ilEventItems | ( | $a_event_id | ) | 
| ilEventItems::setEventId | ( | $a_event_id | ) | 
Definition at line 61 of file class.ilEventItems.php.
| ilEventItems::setItems | ( | $a_items | ) | 
Definition at line 74 of file class.ilEventItems.php.
Referenced by cloneItems(), ilObjSessionGUI\createRecurringSessions(), ilObjSessionGUI\handleFileUpload(), and ilObjSessionGUI\saveMaterialsObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilEventItems::update | ( | ) | 
Definition at line 110 of file class.ilEventItems.php.
References $ilDB, $query, $res, and getEventId().
Referenced by cloneItems().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller 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 __read(), _delete(), _getItemsOfContainer(), _getItemsOfEvent(), _isAssigned(), ilEventItems(), and update().
| ilEventItems::$ilErr | 
Definition at line 36 of file class.ilEventItems.php.
Referenced by ilEventItems().
| 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 ilEventItems().
| ilEventItems::$tree | 
Definition at line 38 of file class.ilEventItems.php.
Referenced by __read(), _getItemsOfContainer(), and ilEventItems().