|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
Booking period Used for calculation of recurring events. More...
Inheritance diagram for ilBookingPeriod:
Collaboration diagram for ilBookingPeriod:Public Member Functions | |
| __construct (ilDateTime $start, ilDateTime $end) | |
| Constructor. More... | |
| getEnd () | |
| getStart () | |
| isFullday () | |
| getStart () | |
| Get start of date period. More... | |
| getEnd () | |
| Get end of period. More... | |
| isFullday () | |
| is event a fullday period More... | |
Private Attributes | |
| ilDateTime | $start = null |
| ilDateTime | $end = null |
Booking period Used for calculation of recurring events.
Definition at line 12 of file class.ilBookingPeriod.php.
| ilBookingPeriod::__construct | ( | ilDateTime | $start, |
| ilDateTime | $end | ||
| ) |
Constructor.
Definition at line 20 of file class.ilBookingPeriod.php.
| ilBookingPeriod::getEnd | ( | ) |
Implements ilDatePeriod.
Definition at line 29 of file class.ilBookingPeriod.php.
References $end.
| ilBookingPeriod::getStart | ( | ) |
Implements ilDatePeriod.
Definition at line 37 of file class.ilBookingPeriod.php.
References $start.
| ilBookingPeriod::isFullday | ( | ) |
Implements ilDatePeriod.
Definition at line 45 of file class.ilBookingPeriod.php.
|
private |
Definition at line 15 of file class.ilBookingPeriod.php.
Referenced by __construct(), and getEnd().
|
private |
Definition at line 14 of file class.ilBookingPeriod.php.
Referenced by __construct(), and getStart().