|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
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 () | |
| isFullday () | |
| is fullday More... | |
Private Attributes | |
| $start = null | |
| $end = null | |
Additional Inherited Members | |
| getStart () | |
| Interface method get start. More... | |
| getEnd () | |
| Interface method get end. More... | |
Booking period Used for calculation of recurring events.
Definition at line 16 of file class.ilBookingPeriod.php.
| ilBookingPeriod::__construct | ( | ilDateTime | $start, |
| ilDateTime | $end | ||
| ) |
Constructor.
Definition at line 24 of file class.ilBookingPeriod.php.
| ilBookingPeriod::getEnd | ( | ) |
Implements ilDatePeriod.
Definition at line 32 of file class.ilBookingPeriod.php.
References $end.
| ilBookingPeriod::getStart | ( | ) |
Implements ilDatePeriod.
Definition at line 39 of file class.ilBookingPeriod.php.
References $start.
| ilBookingPeriod::isFullday | ( | ) |
Implements ilDatePeriod.
Definition at line 46 of file class.ilBookingPeriod.php.
|
private |
Definition at line 19 of file class.ilBookingPeriod.php.
Referenced by __construct(), and getEnd().
|
private |
Definition at line 18 of file class.ilBookingPeriod.php.
Referenced by __construct(), and getStart().