|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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 22 of file class.WeekGridEntry.php.
| ILIAS\BookingManager\BookingProcess\WeekGridEntry::__construct | ( | int | $start, |
| int | $end, | ||
| string | $html | ||
| ) |
Definition at line 28 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 43 of file class.WeekGridEntry.php.
References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$end.
| ILIAS\BookingManager\BookingProcess\WeekGridEntry::getHTML | ( | ) |
Definition at line 48 of file class.WeekGridEntry.php.
References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$html.
| ILIAS\BookingManager\BookingProcess\WeekGridEntry::getStart | ( | ) |
Definition at line 38 of file class.WeekGridEntry.php.
References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$start.
|
protected |
Definition at line 25 of file class.WeekGridEntry.php.
Referenced by ILIAS\BookingManager\BookingProcess\WeekGridEntry\__construct(), and ILIAS\BookingManager\BookingProcess\WeekGridEntry\getEnd().
|
protected |
Definition at line 26 of file class.WeekGridEntry.php.
Referenced by ILIAS\BookingManager\BookingProcess\WeekGridEntry\__construct(), and ILIAS\BookingManager\BookingProcess\WeekGridEntry\getHTML().
|
protected |
Definition at line 24 of file class.WeekGridEntry.php.
Referenced by ILIAS\BookingManager\BookingProcess\WeekGridEntry\__construct(), and ILIAS\BookingManager\BookingProcess\WeekGridEntry\getStart().