| 
    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 ilDerivedTask:Public Member Functions | |
| __construct (string $title, int $ref_id, int $deadline, int $starting_time, int $wsp_id) | |
| Constructor.  More... | |
| getRefId () | |
| Get ref id.  More... | |
| getWspId () | |
| Get wsp id.  More... | |
| getDeadline () | |
| getStartingTime () | |
| getTitle () | |
| withUrl (string $url) | |
| getUrl () | |
Protected Attributes | |
| string | $title | 
| int | $ref_id | 
| int | $deadline | 
| int | $starting_time | 
| int | $wsp_id | 
| string | $url = '' | 
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 Derived task data object
Definition at line 24 of file class.ilDerivedTask.php.
| ilDerivedTask::__construct | ( | string | $title, | 
| int | $ref_id, | ||
| int | $deadline, | ||
| int | $starting_time, | ||
| int | $wsp_id | ||
| ) | 
Constructor.
Definition at line 41 of file class.ilDerivedTask.php.
References $deadline, $ref_id, $starting_time, $title, and $wsp_id.
| ilDerivedTask::getDeadline | ( | ) | 
| ilDerivedTask::getRefId | ( | ) | 
| ilDerivedTask::getStartingTime | ( | ) | 
| ilDerivedTask::getTitle | ( | ) | 
| ilDerivedTask::getUrl | ( | ) | 
| ilDerivedTask::getWspId | ( | ) | 
| ilDerivedTask::withUrl | ( | string | $url | ) | 
      
  | 
  protected | 
Definition at line 30 of file class.ilDerivedTask.php.
Referenced by __construct(), and getDeadline().
      
  | 
  protected | 
Definition at line 28 of file class.ilDerivedTask.php.
Referenced by __construct(), and getRefId().
      
  | 
  protected | 
Definition at line 32 of file class.ilDerivedTask.php.
Referenced by __construct(), and getStartingTime().
      
  | 
  protected | 
Definition at line 26 of file class.ilDerivedTask.php.
Referenced by __construct(), and getTitle().
      
  | 
  protected | 
Definition at line 36 of file class.ilDerivedTask.php.
      
  | 
  protected | 
Definition at line 34 of file class.ilDerivedTask.php.
Referenced by __construct(), and getWspId().