| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilTimingPlaned: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 | 
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 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().
 Here is the call graph for this function:| ilTimingPlaned::__read | ( | ) | 
Definition at line 169 of file class.ilTimingPlaned.php.
References $res, 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 | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
Definition at line 115 of file class.ilTimingPlaned.php.
References $data, $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, and ILIAS\Repository\int().
 Here is the call graph for this function:
      
  | 
  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().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTimingPlaned::create | ( | ) | 
Definition at line 87 of file class.ilTimingPlaned.php.
References $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 99 of file class.ilTimingPlaned.php.
References _delete(), getItemId(), and getUserId().
 Here is the call graph for this function:| ilTimingPlaned::getItemId | ( | ) | 
Definition at line 49 of file class.ilTimingPlaned.php.
References $item_id.
Referenced by __read(), create(), delete(), update(), and validate().
 Here is the caller graph for this function:| ilTimingPlaned::getPlanedEndingTime | ( | ) | 
Definition at line 64 of file class.ilTimingPlaned.php.
References $end.
Referenced by create().
 Here is the caller graph for this function:| ilTimingPlaned::getPlanedStartingTime | ( | ) | 
Definition at line 54 of file class.ilTimingPlaned.php.
References $start.
Referenced by create().
 Here is the caller graph for this function:| ilTimingPlaned::getUserId | ( | ) | 
| ilTimingPlaned::setPlanedEndingTime | ( | int | $a_end | ) | 
Definition at line 69 of file class.ilTimingPlaned.php.
Referenced by __read().
 Here is the caller graph for this function:| ilTimingPlaned::setPlanedStartingTime | ( | int | $a_time | ) | 
Definition at line 59 of file class.ilTimingPlaned.php.
Referenced by __read().
 Here is the caller graph for this function:| ilTimingPlaned::update | ( | ) | 
Definition at line 80 of file class.ilTimingPlaned.php.
References _delete(), create(), getItemId(), and getUserId().
 Here is the call graph for this function:| ilTimingPlaned::validate | ( | ) | 
Definition at line 74 of file class.ilTimingPlaned.php.
References ilObjectActivation\getItem(), and getItemId().
 Here is the call graph for this function:
      
  | 
  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().