|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\EmployeeTalk\Service\VEvent:Public Member Functions | |
| __construct (string $uid, string $description, string $summary, int $sequence, string $status, string $organiserName, string $organiserEmail, string $attendeeName, string $attendeeEmail, int $startTime, int $endTime, bool $allDay, string $url, string $location) | |
| VEvent constructor. More... | |
| render () | |
Private Member Functions | |
| getStartAndEnd () | |
Private Attributes | |
| string | $uid |
| Unique id of the event. More... | |
| string | $description |
| string | $summary |
| int | $sequence |
| Must be higher then the previous one, or the cal client will ignore the change. More... | |
| string | $status |
| string | $organiserName |
| string | $organiserEmail |
| string | $attendeeName |
| string | $attendeeEmail |
| int | $startTime |
| int | $endTime |
| bool | $allDay |
| string | $url |
| string | $location |
Definition at line 23 of file VEvent.php.
| ILIAS\EmployeeTalk\Service\VEvent::__construct | ( | string | $uid, |
| string | $description, | ||
| string | $summary, | ||
| int | $sequence, | ||
| string | $status, | ||
| string | $organiserName, | ||
| string | $organiserEmail, | ||
| string | $attendeeName, | ||
| string | $attendeeEmail, | ||
| int | $startTime, | ||
| int | $endTime, | ||
| bool | $allDay, | ||
| string | $url, | ||
| string | $location | ||
| ) |
VEvent constructor.
| string | $uid | |
| string | $description | |
| string | $summary | |
| int | $sequence | |
| string | $status | |
| string | $organiserName | |
| string | $organiserEmail | |
| string | $attendeeName | |
| string | $attendeeEmail | |
| int | $startTime | |
| int | $endTime | |
| bool | $allDay | |
| string | $url | |
| string | $location |
Definition at line 70 of file VEvent.php.
References ILIAS\EmployeeTalk\Service\VEvent\$allDay, ILIAS\EmployeeTalk\Service\VEvent\$attendeeEmail, ILIAS\EmployeeTalk\Service\VEvent\$attendeeName, ILIAS\EmployeeTalk\Service\VEvent\$description, ILIAS\EmployeeTalk\Service\VEvent\$endTime, ILIAS\EmployeeTalk\Service\VEvent\$location, ILIAS\EmployeeTalk\Service\VEvent\$organiserEmail, ILIAS\EmployeeTalk\Service\VEvent\$organiserName, ILIAS\EmployeeTalk\Service\VEvent\$sequence, ILIAS\EmployeeTalk\Service\VEvent\$startTime, ILIAS\EmployeeTalk\Service\VEvent\$status, ILIAS\EmployeeTalk\Service\VEvent\$summary, ILIAS\EmployeeTalk\Service\VEvent\$uid, and ILIAS\EmployeeTalk\Service\VEvent\$url.
|
private |
Definition at line 102 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\render().
Here is the caller graph for this function:| ILIAS\EmployeeTalk\Service\VEvent::render | ( | ) |
Definition at line 120 of file VEvent.php.
References ILIAS\EmployeeTalk\Service\VEvent\getStartAndEnd().
Here is the call graph for this function:
|
private |
Definition at line 49 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().
|
private |
Definition at line 46 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().
|
private |
Definition at line 45 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().
|
private |
Definition at line 30 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().
|
private |
Definition at line 48 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().
|
private |
Definition at line 51 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().
|
private |
Definition at line 44 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().
|
private |
Definition at line 43 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().
|
private |
Must be higher then the previous one, or the cal client will ignore the change.
Definition at line 36 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().
|
private |
Definition at line 47 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().
|
private |
Definition at line 42 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().
|
private |
Definition at line 31 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().
|
private |
Unique id of the event.
Definition at line 29 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().
|
private |
Definition at line 50 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Service\VEvent\__construct().