ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
ilBookingPeriod Class Reference

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...
 

Detailed Description

Booking period Used for calculation of recurring events.

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

Definition at line 16 of file class.ilBookingPeriod.php.

Constructor & Destructor Documentation

◆ __construct()

ilBookingPeriod::__construct ( ilDateTime  $start,
ilDateTime  $end 
)

Constructor.

Definition at line 24 of file class.ilBookingPeriod.php.

25 {
26 $this->start = $start;
27 $this->end = $end;
28 }

References $end, and $start.

Member Function Documentation

◆ getEnd()

ilBookingPeriod::getEnd ( )
See also
ilDatePeriod::getEnd()

Implements ilDatePeriod.

Definition at line 32 of file class.ilBookingPeriod.php.

33 {
34 return $this->end;
35 }

References $end.

◆ getStart()

ilBookingPeriod::getStart ( )
See also
ilDatePeriod::getStart()

Implements ilDatePeriod.

Definition at line 39 of file class.ilBookingPeriod.php.

40 {
41 return $this->start;
42 }

References $start.

◆ isFullday()

ilBookingPeriod::isFullday ( )
See also
ilDatePeriod::isFullday()

Implements ilDatePeriod.

Definition at line 46 of file class.ilBookingPeriod.php.

47 {
48 return false;
49 }

Field Documentation

◆ $end

ilBookingPeriod::$end = null
private

Definition at line 19 of file class.ilBookingPeriod.php.

Referenced by __construct(), and getEnd().

◆ $start

ilBookingPeriod::$start = null
private

Definition at line 18 of file class.ilBookingPeriod.php.

Referenced by __construct(), and getStart().


The documentation for this class was generated from the following file: