ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
class ilTimingPlaned More...
Public Member Functions | |
__construct (int $item_id, int $a_usr_id) | |
getUserId () | |
getItemId () | |
getPlanedStartingTime () | |
setPlanedStartingTime (int $a_time) | |
getPlanedEndingTime () | |
setPlanedEndingTime (int $a_end) | |
validate () | |
update () | |
create () | |
delete () | |
__read () | |
Static Public Member Functions | |
static | _delete (int $a_item_id, int $a_usr_id) |
static | _getPlanedTimings (int $a_usr_id, int $a_item_id) |
static | _getPlanedTimingsByItem ($a_item_id) |
static | _deleteByItem (int $a_item_id) |
static | _deleteByUser (int $a_usr_id) |
Protected Attributes | |
ilDBInterface | $db |
Private Attributes | |
int | $item_id = 0 |
int | $user_id = 0 |
int | $start = 0 |
int | $end = 0 |
class ilTimingPlaned
Definition at line 24 of file class.ilTimingPlaned.php.
ilTimingPlaned::__construct | ( | int | $item_id, |
int | $a_usr_id | ||
) |
Definition at line 33 of file class.ilTimingPlaned.php.
References $DIC, $item_id, and __read().
ilTimingPlaned::__read | ( | ) |
Definition at line 169 of file class.ilTimingPlaned.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, getItemId(), getUserId(), setPlanedEndingTime(), and setPlanedStartingTime().
Referenced by __construct().
|
static |
|
static |
|
static |
|
static |
Definition at line 115 of file class.ilTimingPlaned.php.
References $data, $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
|
static |
Definition at line 133 of file class.ilTimingPlaned.php.
References $data, $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
Referenced by ilTimingCache\_getTimings(), and ilTimingCache\readObjectInformation().
ilTimingPlaned::create | ( | ) |
Definition at line 87 of file class.ilTimingPlaned.php.
References $res, getItemId(), getPlanedEndingTime(), getPlanedStartingTime(), and getUserId().
Referenced by update().
ilTimingPlaned::delete | ( | ) |
Definition at line 99 of file class.ilTimingPlaned.php.
References _delete(), getItemId(), and getUserId().
ilTimingPlaned::getItemId | ( | ) |
Definition at line 49 of file class.ilTimingPlaned.php.
References $item_id.
Referenced by __read(), create(), delete(), update(), and validate().
ilTimingPlaned::getPlanedEndingTime | ( | ) |
Definition at line 64 of file class.ilTimingPlaned.php.
References $end.
Referenced by create().
ilTimingPlaned::getPlanedStartingTime | ( | ) |
Definition at line 54 of file class.ilTimingPlaned.php.
References $start.
Referenced by create().
ilTimingPlaned::getUserId | ( | ) |
ilTimingPlaned::setPlanedEndingTime | ( | int | $a_end | ) |
Definition at line 69 of file class.ilTimingPlaned.php.
Referenced by __read().
ilTimingPlaned::setPlanedStartingTime | ( | int | $a_time | ) |
Definition at line 59 of file class.ilTimingPlaned.php.
Referenced by __read().
ilTimingPlaned::update | ( | ) |
Definition at line 80 of file class.ilTimingPlaned.php.
References _delete(), create(), getItemId(), and getUserId().
ilTimingPlaned::validate | ( | ) |
Definition at line 74 of file class.ilTimingPlaned.php.
References ilObjectActivation\getItem(), and getItemId().
|
protected |
Definition at line 31 of file class.ilTimingPlaned.php.
|
private |
Definition at line 29 of file class.ilTimingPlaned.php.
Referenced by getPlanedEndingTime().
|
private |
Definition at line 26 of file class.ilTimingPlaned.php.
Referenced by __construct(), and getItemId().
|
private |
Definition at line 28 of file class.ilTimingPlaned.php.
Referenced by getPlanedStartingTime().
|
private |
Definition at line 27 of file class.ilTimingPlaned.php.
Referenced by getUserId().