◆ __construct()
ILIAS\BookingManager\BookingProcess\WeekGUI::__construct |
( |
object |
$parent_gui, |
|
|
string |
$parent_cmd, |
|
|
array |
$obj_ids, |
|
|
int |
$pool_id, |
|
|
string |
$seed_str = "" , |
|
|
int |
$week_start = \ilCalendarSettings::WEEK_START_MONDAY |
|
) |
| |
◆ getHTML()
ILIAS\BookingManager\BookingProcess\WeekGUI::getHTML |
( |
| ) |
|
Definition at line 70 of file class.WeekGUI.php.
70 : string
71 {
72 $navigation = new \ilCalendarHeaderNavigationGUI(
73 $this->parent_gui,
74 $this->seed,
76 $this->parent_cmd
77 );
78 $navigation->getHTML();
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100 $week_widget = new WeekGridGUI(
101 $this->getWeekGridEntries($this->obj_ids),
102 $this->seed,
103 $this->day_start,
104 $this->day_end,
105 $this->time_format,
106 $this->week_start
107 );
108 return $week_widget->render();
109 }
References ilDateTime\WEEK.
◆ $ctrl
◆ $day_end
int ILIAS\BookingManager\BookingProcess\WeekGUI::$day_end |
|
protected |
◆ $day_start
int ILIAS\BookingManager\BookingProcess\WeekGUI::$day_start |
|
protected |
◆ $obj_ids
array ILIAS\BookingManager\BookingProcess\WeekGUI::$obj_ids = [] |
|
protected |
◆ $object_manager
◆ $parent_cmd
string ILIAS\BookingManager\BookingProcess\WeekGUI::$parent_cmd |
|
protected |
◆ $parent_gui
object ILIAS\BookingManager\BookingProcess\WeekGUI::$parent_gui |
|
protected |
◆ $seed
ilDate ILIAS\BookingManager\BookingProcess\WeekGUI::$seed |
|
protected |
◆ $seed_str
string ILIAS\BookingManager\BookingProcess\WeekGUI::$seed_str |
|
protected |
◆ $time_format
int ILIAS\BookingManager\BookingProcess\WeekGUI::$time_format |
|
protected |
◆ $week_start
int ILIAS\BookingManager\BookingProcess\WeekGUI::$week_start |
|
protected |
◆ PROCESS_CLASS
const ILIAS\BookingManager\BookingProcess\WeekGUI::PROCESS_CLASS = \ilBookingProcessWithScheduleGUI::class |
|
protected |
The documentation for this class was generated from the following file: