| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
class ilTimingPlaned More...
 Collaboration diagram for ilTimingPlaned:
 Collaboration diagram for ilTimingPlaned:| Public Member Functions | |
| ilTimingPlaned ($item_id, $a_usr_id) | |
| getUserId () | |
| getItemId () | |
| getPlanedStartingTime () | |
| setPlanedStartingTime ($a_time) | |
| getPlanedEndingTime () | |
| setPlanedEndingTime ($a_end) | |
| validate () | |
| update () | |
| create () | |
| delete () | |
| _delete ($a_item_id, $a_usr_id) | |
| _getPlanedTimings ($a_usr_id, $a_item_id) | |
| _getPlanedTimingsByItem ($a_item_id) | |
| _deleteByItem ($a_item_id) | |
| _deleteByUser ($a_usr_id) | |
| __read () | |
| Data Fields | |
| $ilErr | |
| $ilDB | |
| $lng | |
class ilTimingPlaned
Definition at line 34 of file class.ilTimingPlaned.php.
| ilTimingPlaned::__read | ( | ) | 
Definition at line 179 of file class.ilTimingPlaned.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, getItemId(), getUserId(), setPlanedEndingTime(), and setPlanedStartingTime().
Referenced by ilTimingPlaned().
 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:| ilTimingPlaned::_delete | ( | $a_item_id, | |
| $a_usr_id | |||
| ) | 
Definition at line 118 of file class.ilTimingPlaned.php.
References $ilDB, $query, and $res.
Referenced by delete(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingPlaned::_deleteByItem | ( | $a_item_id | ) | 
| ilTimingPlaned::_deleteByUser | ( | $a_usr_id | ) | 
| ilTimingPlaned::_getPlanedTimings | ( | $a_usr_id, | |
| $a_item_id | |||
| ) | 
Definition at line 129 of file class.ilTimingPlaned.php.
References $data, $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilObjectActivation\addAdditionalSubItemInformation().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingPlaned::_getPlanedTimingsByItem | ( | $a_item_id | ) | 
Definition at line 146 of file class.ilTimingPlaned.php.
References $data, $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilTimingCache\_getTimings().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingPlaned::create | ( | ) | 
Definition at line 99 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingPlaned::delete | ( | ) | 
Definition at line 113 of file class.ilTimingPlaned.php.
References _delete(), getItemId(), and getUserId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTimingPlaned::getItemId | ( | ) | 
Definition at line 58 of file class.ilTimingPlaned.php.
Referenced by __read(), create(), delete(), update(), and validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingPlaned::getPlanedEndingTime | ( | ) | 
Definition at line 71 of file class.ilTimingPlaned.php.
Referenced by create(), and validate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingPlaned::getPlanedStartingTime | ( | ) | 
Definition at line 63 of file class.ilTimingPlaned.php.
Referenced by create().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingPlaned::getUserId | ( | ) | 
| ilTimingPlaned::ilTimingPlaned | ( | $item_id, | |
| $a_usr_id | |||
| ) | 
| ilTimingPlaned::setPlanedEndingTime | ( | $a_end | ) | 
Definition at line 75 of file class.ilTimingPlaned.php.
Referenced by __read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingPlaned::setPlanedStartingTime | ( | $a_time | ) | 
Definition at line 67 of file class.ilTimingPlaned.php.
Referenced by __read(), and ilCourseContentGUI\updateUserTimings().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingPlaned::update | ( | ) | 
Definition at line 92 of file class.ilTimingPlaned.php.
References _delete(), create(), getItemId(), and getUserId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTimingPlaned::validate | ( | ) | 
Definition at line 80 of file class.ilTimingPlaned.php.
References ilObjectActivation\getItem(), getItemId(), and getPlanedEndingTime().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTimingPlaned::$ilDB | 
Definition at line 37 of file class.ilTimingPlaned.php.
Referenced by __read(), _delete(), _deleteByItem(), _deleteByUser(), _getPlanedTimings(), _getPlanedTimingsByItem(), create(), and ilTimingPlaned().
| ilTimingPlaned::$ilErr | 
Definition at line 36 of file class.ilTimingPlaned.php.
Referenced by ilTimingPlaned().
| ilTimingPlaned::$lng | 
Definition at line 38 of file class.ilTimingPlaned.php.
Referenced by ilTimingPlaned().