|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\BookingManager\BookingProcess\WeekGridEntry:Public Member Functions | |
| __construct (int $start, int $end, string $html) | |
| getStart () | |
| getEnd () | |
| getHTML () | |
Protected Attributes | |
| int | $start |
| int | $end |
| string | $html |
Definition at line 27 of file class.WeekGridEntry.php.
| ILIAS\BookingManager\BookingProcess\WeekGridEntry::__construct | ( | int | $start, |
| int | $end, | ||
| string | $html | ||
| ) |
Definition at line 33 of file class.WeekGridEntry.php.
References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$end, ILIAS\BookingManager\BookingProcess\WeekGridEntry\$html, ILIAS\BookingManager\BookingProcess\WeekGridEntry\$start, and ILIAS\Repository\html().
Here is the call graph for this function:| ILIAS\BookingManager\BookingProcess\WeekGridEntry::getEnd | ( | ) |
Definition at line 48 of file class.WeekGridEntry.php.
References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$end.
| ILIAS\BookingManager\BookingProcess\WeekGridEntry::getHTML | ( | ) |
Definition at line 53 of file class.WeekGridEntry.php.
References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$html.
| ILIAS\BookingManager\BookingProcess\WeekGridEntry::getStart | ( | ) |
Definition at line 43 of file class.WeekGridEntry.php.
References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$start.
|
protected |
Definition at line 30 of file class.WeekGridEntry.php.
Referenced by ILIAS\BookingManager\BookingProcess\WeekGridEntry\__construct(), and ILIAS\BookingManager\BookingProcess\WeekGridEntry\getEnd().
|
protected |
Definition at line 31 of file class.WeekGridEntry.php.
Referenced by ILIAS\BookingManager\BookingProcess\WeekGridEntry\__construct(), and ILIAS\BookingManager\BookingProcess\WeekGridEntry\getHTML().
|
protected |
Definition at line 29 of file class.WeekGridEntry.php.
Referenced by ILIAS\BookingManager\BookingProcess\WeekGridEntry\__construct(), and ILIAS\BookingManager\BookingProcess\WeekGridEntry\getStart().