| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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 () | |
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 | ||
| ) | 
| 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().