ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\BookingManager\BookingProcess\WeekGridEntry Class Reference
+ Collaboration diagram for ILIAS\BookingManager\BookingProcess\WeekGridEntry:

Public Member Functions

 __construct (int $start, int $end, string $html)
 
 getStart ()
 
 getEnd ()
 
 getHTML ()
 

Protected Attributes

int $start
 
int $end
 
string $html
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 27 of file class.WeekGridEntry.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\BookingManager\BookingProcess\WeekGridEntry::__construct ( int  $start,
int  $end,
string  $html 
)

Member Function Documentation

◆ getEnd()

ILIAS\BookingManager\BookingProcess\WeekGridEntry::getEnd ( )

Definition at line 48 of file class.WeekGridEntry.php.

48 : int
49 {
50 return $this->end;
51 }

References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$end.

◆ getHTML()

ILIAS\BookingManager\BookingProcess\WeekGridEntry::getHTML ( )

Definition at line 53 of file class.WeekGridEntry.php.

53 : string
54 {
55 return $this->html;
56 }

References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$html.

◆ getStart()

ILIAS\BookingManager\BookingProcess\WeekGridEntry::getStart ( )

Definition at line 43 of file class.WeekGridEntry.php.

43 : int
44 {
45 return $this->start;
46 }

References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$start.

Field Documentation

◆ $end

int ILIAS\BookingManager\BookingProcess\WeekGridEntry::$end
protected

◆ $html

string ILIAS\BookingManager\BookingProcess\WeekGridEntry::$html
protected

◆ $start

int ILIAS\BookingManager\BookingProcess\WeekGridEntry::$start
protected

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