ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
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().
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().