|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 26 of file class.ilBookingPeriod.php.
| ilBookingPeriod::__construct | ( | ilDateTime | $start, |
| ilDateTime | $end | ||
| ) |
Constructor.
Definition at line 34 of file class.ilBookingPeriod.php.
| ilBookingPeriod::getEnd | ( | ) |
Implements ilDatePeriod.
Definition at line 43 of file class.ilBookingPeriod.php.
References $end.
| ilBookingPeriod::getStart | ( | ) |
Implements ilDatePeriod.
Definition at line 51 of file class.ilBookingPeriod.php.
References $start.
| ilBookingPeriod::isFullday | ( | ) |
Implements ilDatePeriod.
Definition at line 59 of file class.ilBookingPeriod.php.
|
private |
Definition at line 29 of file class.ilBookingPeriod.php.
Referenced by __construct(), and getEnd().
|
private |
Definition at line 28 of file class.ilBookingPeriod.php.
Referenced by __construct(), and getStart().