| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilTimingUser:Public Member Functions | |
| __construct (int $a_ref_id, int $a_usr_id) | |
| getUserId () | |
| getRefId () | |
| isScheduled () | |
| getStart () | |
| Use to set start date.  More... | |
| getEnd () | |
| Use to set date.  More... | |
| create () | |
| update () | |
| delete () | |
| read () | |
Protected Attributes | |
| ilDBInterface | $db | 
Private Attributes | |
| int | $ref_id = 0 | 
| int | $usr_id = 0 | 
| ilDateTime | $start | 
| ilDateTime | $end | 
| bool | $is_scheduled = false | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning TableGUI class for timings administration
Definition at line 26 of file class.ilTimingUser.php.
| ilTimingUser::__construct | ( | int | $a_ref_id, | 
| int | $a_usr_id | ||
| ) | 
Definition at line 37 of file class.ilTimingUser.php.
References $DIC, IL_CAL_UNIX, and read().
 Here is the call graph for this function:| ilTimingUser::create | ( | ) | 
Definition at line 82 of file class.ilTimingUser.php.
References getEnd(), getRefId(), getStart(), getUserId(), IL_CAL_UNIX, isScheduled(), and update().
Referenced by update().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTimingUser::delete | ( | ) | 
Definition at line 114 of file class.ilTimingUser.php.
References getRefId(), and getUserId().
 Here is the call graph for this function:| ilTimingUser::getEnd | ( | ) | 
Use to set date.
Definition at line 77 of file class.ilTimingUser.php.
References $end.
Referenced by create(), and update().
 Here is the caller graph for this function:| ilTimingUser::getRefId | ( | ) | 
| ilTimingUser::getStart | ( | ) | 
Use to set start date.
Definition at line 69 of file class.ilTimingUser.php.
References $start.
Referenced by ilObjectActivation\addAdditionalSubItemInformation(), create(), and update().
 Here is the caller graph for this function:| ilTimingUser::getUserId | ( | ) | 
| ilTimingUser::isScheduled | ( | ) | 
Definition at line 61 of file class.ilTimingUser.php.
References $is_scheduled.
Referenced by create(), and update().
 Here is the caller graph for this function:| ilTimingUser::read | ( | ) | 
Definition at line 123 of file class.ilTimingUser.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, getRefId(), getUserId(), and IL_CAL_UNIX.
Referenced by __construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTimingUser::update | ( | ) | 
Definition at line 99 of file class.ilTimingUser.php.
References create(), getEnd(), getRefId(), getStart(), getUserId(), IL_CAL_UNIX, and isScheduled().
Referenced by create().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 35 of file class.ilTimingUser.php.
      
  | 
  private | 
Definition at line 31 of file class.ilTimingUser.php.
Referenced by getEnd().
      
  | 
  private | 
Definition at line 33 of file class.ilTimingUser.php.
Referenced by isScheduled().
      
  | 
  private | 
Definition at line 28 of file class.ilTimingUser.php.
Referenced by getRefId().
      
  | 
  private | 
Definition at line 30 of file class.ilTimingUser.php.
Referenced by getStart().
      
  | 
  private | 
Definition at line 29 of file class.ilTimingUser.php.
Referenced by getUserId().