|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
class ilTimingPlaned More...
Collaboration diagram for ilTimingPlaned:Public Member Functions | |
| __construct ($item_id, $a_usr_id) | |
| Constructor. More... | |
| getUserId () | |
| getItemId () | |
| getPlanedStartingTime () | |
| setPlanedStartingTime ($a_time) | |
| getPlanedEndingTime () | |
| setPlanedEndingTime ($a_end) | |
| validate () | |
| update () | |
| create () | |
| delete () | |
| __read () | |
Static Public Member Functions | |
| static | _delete ($a_item_id, $a_usr_id) |
| static | _getPlanedTimings ($a_usr_id, $a_item_id) |
| static | _getPlanedTimingsByItem ($a_item_id) |
| static | _deleteByItem ($a_item_id) |
| static | _deleteByUser ($a_usr_id) |
Data Fields | |
| $ilErr | |
| $ilDB | |
| $lng | |
| ilTimingPlaned::__construct | ( | $item_id, | |
| $a_usr_id | |||
| ) |
Constructor.
| int | $item_id | |
| int | $a_usr_id |
Definition at line 45 of file class.ilTimingPlaned.php.
References $ilDB, $ilErr, $lng, and __read().
Here is the call graph for this function:| ilTimingPlaned::__read | ( | ) |
Definition at line 184 of file class.ilTimingPlaned.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, getItemId(), getUserId(), setPlanedEndingTime(), and setPlanedStartingTime().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 123 of file class.ilTimingPlaned.php.
References $ilDB, $query, and $res.
Referenced by delete(), and update().
Here is the caller graph for this function:
|
static |
|
static |
|
static |
Definition at line 134 of file class.ilTimingPlaned.php.
References $data, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilObjectActivation\addAdditionalSubItemInformation().
Here is the caller graph for this function:
|
static |
Definition at line 151 of file class.ilTimingPlaned.php.
References $data, $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilTimingCache\_getTimings().
Here is the caller graph for this function:| ilTimingPlaned::create | ( | ) |
Definition at line 104 of file class.ilTimingPlaned.php.
References $ilDB, $query, $res, getItemId(), getPlanedEndingTime(), getPlanedStartingTime(), and getUserId().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTimingPlaned::delete | ( | ) |
Definition at line 118 of file class.ilTimingPlaned.php.
References _delete(), getItemId(), and getUserId().
Here is the call graph for this function:| ilTimingPlaned::getItemId | ( | ) |
Definition at line 63 of file class.ilTimingPlaned.php.
Referenced by __read(), create(), delete(), update(), and validate().
Here is the caller graph for this function:| ilTimingPlaned::getPlanedEndingTime | ( | ) |
Definition at line 76 of file class.ilTimingPlaned.php.
Referenced by create(), and validate().
Here is the caller graph for this function:| ilTimingPlaned::getPlanedStartingTime | ( | ) |
Definition at line 68 of file class.ilTimingPlaned.php.
References $start.
Referenced by create().
Here is the caller graph for this function:| ilTimingPlaned::getUserId | ( | ) |
| ilTimingPlaned::setPlanedEndingTime | ( | $a_end | ) |
Definition at line 80 of file class.ilTimingPlaned.php.
Referenced by __read().
Here is the caller graph for this function:| ilTimingPlaned::setPlanedStartingTime | ( | $a_time | ) |
Definition at line 72 of file class.ilTimingPlaned.php.
Referenced by __read().
Here is the caller graph for this function:| ilTimingPlaned::update | ( | ) |
Definition at line 97 of file class.ilTimingPlaned.php.
References _delete(), create(), getItemId(), and getUserId().
Here is the call graph for this function:| ilTimingPlaned::validate | ( | ) |
Definition at line 85 of file class.ilTimingPlaned.php.
References ilObjectActivation\getItem(), getItemId(), and getPlanedEndingTime().
Here is the call graph for this function:| ilTimingPlaned::$ilDB |
Definition at line 37 of file class.ilTimingPlaned.php.
Referenced by __construct(), __read(), _delete(), _deleteByItem(), _deleteByUser(), _getPlanedTimings(), _getPlanedTimingsByItem(), and create().
| ilTimingPlaned::$ilErr |
Definition at line 36 of file class.ilTimingPlaned.php.
Referenced by __construct().
| ilTimingPlaned::$lng |
Definition at line 38 of file class.ilTimingPlaned.php.
Referenced by __construct().