| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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 | 
Definition at line 24 of file class.WeekGridEntry.php.
| ILIAS\BookingManager\BookingProcess\WeekGridEntry::__construct | ( | int | $start, | 
| int | $end, | ||
| string | $html | ||
| ) | 
Definition at line 30 of file class.WeekGridEntry.php.
References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$end, ILIAS\BookingManager\BookingProcess\WeekGridEntry\$html, ILIAS\BookingManager\BookingProcess\WeekGridEntry\$start, and ILIAS\Repository\html().
 Here is the call graph for this function:| ILIAS\BookingManager\BookingProcess\WeekGridEntry::getEnd | ( | ) | 
Definition at line 45 of file class.WeekGridEntry.php.
References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$end.
| ILIAS\BookingManager\BookingProcess\WeekGridEntry::getHTML | ( | ) | 
Definition at line 50 of file class.WeekGridEntry.php.
References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$html.
| ILIAS\BookingManager\BookingProcess\WeekGridEntry::getStart | ( | ) | 
Definition at line 40 of file class.WeekGridEntry.php.
References ILIAS\BookingManager\BookingProcess\WeekGridEntry\$start.
      
  | 
  protected | 
Definition at line 27 of file class.WeekGridEntry.php.
Referenced by ILIAS\BookingManager\BookingProcess\WeekGridEntry\__construct(), and ILIAS\BookingManager\BookingProcess\WeekGridEntry\getEnd().
      
  | 
  protected | 
Definition at line 28 of file class.WeekGridEntry.php.
Referenced by ILIAS\BookingManager\BookingProcess\WeekGridEntry\__construct(), and ILIAS\BookingManager\BookingProcess\WeekGridEntry\getHTML().
      
  | 
  protected | 
Definition at line 26 of file class.WeekGridEntry.php.
Referenced by ILIAS\BookingManager\BookingProcess\WeekGridEntry\__construct(), and ILIAS\BookingManager\BookingProcess\WeekGridEntry\getStart().