ILIAS
Release_4_4_x_branch Revision 61816
|
Booking period Used for calculation of recurring events. More...
Public Member Functions | |
__construct (ilDateTime $start, ilDateTime $end) | |
Constructor. | |
getEnd () | |
getStart () | |
isFullday () |
Private Attributes | |
$start = null | |
$end = null |
Booking period Used for calculation of recurring events.
Definition at line 16 of file class.ilBookingPeriod.php.
ilBookingPeriod::__construct | ( | ilDateTime | $start, |
ilDateTime | $end | ||
) |
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().