ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Derived task data object. More...
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 | |
$title | |
$ref_id | |
$deadline | |
$starting_time | |
$wsp_id | |
$url = '' | |
Derived task data object.
Definition at line 11 of file class.ilDerivedTask.php.
ilDerivedTask::__construct | ( | string | $title, |
int | $ref_id, | ||
int | $deadline, | ||
int | $starting_time, | ||
int | $wsp_id | ||
) |
Constructor.
string | $title | |
int | $ref_id | |
int | $deadline | |
int | $starting_time | |
int | $wsp_id |
Definition at line 49 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 | ) |
string | $url |
Definition at line 106 of file class.ilDerivedTask.php.
References $url.
|
protected |
Definition at line 26 of file class.ilDerivedTask.php.
Referenced by __construct(), and getDeadline().
|
protected |
Definition at line 21 of file class.ilDerivedTask.php.
Referenced by __construct(), and getRefId().
|
protected |
Definition at line 31 of file class.ilDerivedTask.php.
Referenced by __construct(), and getStartingTime().
|
protected |
Definition at line 16 of file class.ilDerivedTask.php.
Referenced by __construct(), and getTitle().
|
protected |
Definition at line 39 of file class.ilDerivedTask.php.
|
protected |
Definition at line 36 of file class.ilDerivedTask.php.
Referenced by __construct(), and getWspId().