|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\EmployeeTalk\Notification\Calendar\VEvent:Public Member Functions | |
| __construct (string $uid, string $description, string $summary, int $sequence, EventStatus $status, string $organiserName, string $organiserEmail, string $attendeeName, string $attendeeEmail, int $startTime, int $endTime, bool $allDay, string $url, string $location) | |
| render () | |
Protected Member Functions | |
| renderStartAndEndDates () | |
Protected Attributes | |
| string | $uid |
| string | $description |
| string | $summary |
| int | $sequence |
| EventStatus | $status |
| string | $organiser_name |
| string | $organiser_email |
| string | $attendee_name |
| string | $attendee_email |
| int | $start_time |
| int | $end_time |
| bool | $all_day |
| string | $url |
| string | $location |
Definition at line 23 of file VEvent.php.
| ILIAS\EmployeeTalk\Notification\Calendar\VEvent::__construct | ( | string | $uid, |
| string | $description, | ||
| string | $summary, | ||
| int | $sequence, | ||
| EventStatus | $status, | ||
| string | $organiserName, | ||
| string | $organiserEmail, | ||
| string | $attendeeName, | ||
| string | $attendeeEmail, | ||
| int | $startTime, | ||
| int | $endTime, | ||
| bool | $allDay, | ||
| string | $url, | ||
| string | $location | ||
| ) |
Definition at line 40 of file VEvent.php.
References ILIAS\EmployeeTalk\Notification\Calendar\VEvent\$description, ILIAS\EmployeeTalk\Notification\Calendar\VEvent\$location, ILIAS\EmployeeTalk\Notification\Calendar\VEvent\$sequence, ILIAS\EmployeeTalk\Notification\Calendar\VEvent\$status, ILIAS\EmployeeTalk\Notification\Calendar\VEvent\$summary, ILIAS\EmployeeTalk\Notification\Calendar\VEvent\$uid, and ILIAS\EmployeeTalk\Notification\Calendar\VEvent\$url.
| ILIAS\EmployeeTalk\Notification\Calendar\VEvent::render | ( | ) |
Definition at line 91 of file VEvent.php.
References ILIAS\EmployeeTalk\Notification\Calendar\VEvent\renderStartAndEndDates().
Here is the call graph for this function:
|
protected |
Definition at line 72 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Notification\Calendar\VEvent\render().
Here is the caller graph for this function:
|
protected |
Definition at line 36 of file VEvent.php.
|
protected |
Definition at line 33 of file VEvent.php.
|
protected |
Definition at line 32 of file VEvent.php.
|
protected |
Definition at line 26 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Notification\Calendar\VEvent\__construct().
|
protected |
Definition at line 35 of file VEvent.php.
|
protected |
Definition at line 38 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Notification\Calendar\VEvent\__construct().
|
protected |
Definition at line 31 of file VEvent.php.
|
protected |
Definition at line 30 of file VEvent.php.
|
protected |
Definition at line 28 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Notification\Calendar\VEvent\__construct().
|
protected |
Definition at line 34 of file VEvent.php.
|
protected |
Definition at line 29 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Notification\Calendar\VEvent\__construct().
|
protected |
Definition at line 27 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Notification\Calendar\VEvent\__construct().
|
protected |
Definition at line 25 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Notification\Calendar\VEvent\__construct().
|
protected |
Definition at line 37 of file VEvent.php.
Referenced by ILIAS\EmployeeTalk\Notification\Calendar\VEvent\__construct().