ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
class ilTimingPlaned More...
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 | |||
) |
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().
|
static |
|
static |
|
static |
|
static |
Definition at line 134 of file class.ilTimingPlaned.php.
References $data, $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilObjectActivation\addAdditionalSubItemInformation().
|
static |
Definition at line 151 of file class.ilTimingPlaned.php.
References $data, $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilTimingCache\_getTimings().
ilTimingPlaned::create | ( | ) |
Definition at line 104 of file class.ilTimingPlaned.php.
References $ilDB, $query, $res, getItemId(), getPlanedEndingTime(), getPlanedStartingTime(), and getUserId().
Referenced by update().
ilTimingPlaned::delete | ( | ) |
Definition at line 118 of file class.ilTimingPlaned.php.
References _delete(), getItemId(), and getUserId().
ilTimingPlaned::getItemId | ( | ) |
Definition at line 63 of file class.ilTimingPlaned.php.
Referenced by __read(), create(), delete(), update(), and validate().
ilTimingPlaned::getPlanedEndingTime | ( | ) |
Definition at line 76 of file class.ilTimingPlaned.php.
Referenced by create(), and validate().
ilTimingPlaned::getPlanedStartingTime | ( | ) |
Definition at line 68 of file class.ilTimingPlaned.php.
References $start.
Referenced by create().
ilTimingPlaned::getUserId | ( | ) |
ilTimingPlaned::setPlanedEndingTime | ( | $a_end | ) |
Definition at line 80 of file class.ilTimingPlaned.php.
Referenced by __read().
ilTimingPlaned::setPlanedStartingTime | ( | $a_time | ) |
Definition at line 72 of file class.ilTimingPlaned.php.
Referenced by __read(), and ilCourseContentGUI\updateUserTimings().
ilTimingPlaned::update | ( | ) |
Definition at line 97 of file class.ilTimingPlaned.php.
References _delete(), create(), getItemId(), and getUserId().
ilTimingPlaned::validate | ( | ) |
Definition at line 85 of file class.ilTimingPlaned.php.
References ilObjectActivation\getItem(), getItemId(), and getPlanedEndingTime().
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().