|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
class ilEventItems 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 = [] |
class ilEventItems
Definition at line 28 of file class.ilEventItems.php.
| ilEventItems::__construct | ( | int | $a_event_id | ) |
|
protected |
Definition at line 224 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 80 of file class.ilEventItems.php.
References $DIC, $ilDB, and $res.
Referenced by delete(), and ilObjSession\delete().
Here is the caller graph for this function:
|
static |
Definition at line 121 of file class.ilEventItems.php.
References $DIC, $ilDB, $items, $res, $tree, 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 145 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 | ) |
Definition at line 161 of file class.ilEventItems.php.
| ilEventItems::addItem | ( | int | $a_item_ref_id | ) |
Definition at line 70 of file class.ilEventItems.php.
Referenced by ilObjSessionGUI\afterSaveCallback().
Here is the caller graph for this function:| ilEventItems::cloneItems | ( | int | $a_source_id, |
| int | $a_copy_id | ||
| ) |
Definition at line 197 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 75 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 178 of file class.ilEventItems.php.
References $db, $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 57 of file class.ilEventItems.php.
References $items.
| ilEventItems::removeItems | ( | array | $a_items | ) |
Definition at line 92 of file class.ilEventItems.php.
References $res.
| ilEventItems::setEventId | ( | int | $a_event_id | ) |
Definition at line 52 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 62 of file class.ilEventItems.php.
References ILIAS\Repository\int().
Referenced by cloneItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilEventItems::update | ( | ) |
Definition at line 102 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 30 of file class.ilEventItems.php.
Referenced by __read(), and getEventsForItemOrderedByStartingTime().
|
protected |
Definition at line 32 of file class.ilEventItems.php.
Referenced by getEventId().
|
protected |
Definition at line 33 of file class.ilEventItems.php.
Referenced by _getItemsOfContainer(), _getItemsOfEvent(), and getItems().
|
protected |
Definition at line 31 of file class.ilEventItems.php.
Referenced by __read(), and _getItemsOfContainer().