19 declare(strict_types=1);
33 $c[
"ui.factory"] =
function (
$c) {
35 $c[
"ui.factory.counter"],
36 $c[
"ui.factory.button"],
37 $c[
"ui.factory.listing"],
38 $c[
"ui.factory.image"],
40 $c[
"ui.factory.panel"],
41 $c[
"ui.factory.modal"],
42 $c[
"ui.factory.progress"],
43 $c[
"ui.factory.dropzone"],
44 $c[
"ui.factory.popover"],
45 $c[
"ui.factory.divider"],
46 $c[
"ui.factory.link"],
47 $c[
"ui.factory.dropdown"],
48 $c[
"ui.factory.item"],
49 $c[
"ui.factory.viewcontrol"],
50 $c[
"ui.factory.chart"],
51 $c[
"ui.factory.input"],
52 $c[
"ui.factory.table"],
53 $c[
"ui.factory.messagebox"],
54 $c[
"ui.factory.card"],
55 $c[
"ui.factory.layout"],
56 $c[
"ui.factory.maincontrols"],
57 $c[
"ui.factory.tree"],
58 $c[
"ui.factory.menu"],
59 $c[
"ui.factory.symbol"],
60 $c[
"ui.factory.toast"],
61 $c[
"ui.factory.legacy"],
62 $c[
"ui.factory.launcher"],
63 $c[
"ui.factory.entity"],
64 $c[
"ui.factory.prompt"],
67 $c[
"ui.upload_limit_resolver"] =
function (
$c) {
68 return new \ILIAS\UI\Implementation\Component\Input\UploadLimitResolver(
70 public function getPhpUploadLimitInBytes():
int 76 public function getGlobalUploadLimitInBytes(): ?
int 83 $c[
"ui.data_factory"] =
function (
$c) {
86 $c[
"ui.signal_generator"] =
function (
$c) {
89 $c[
"ui.factory.counter"] =
function (
$c) {
92 $c[
"ui.factory.button"] =
function (
$c) {
95 $c[
"ui.factory.listing"] =
function (
$c) {
102 $c[
"ui.factory.image"] =
function (
$c) {
105 $c[
"ui.factory.panel"] =
function (
$c) {
107 $c[
"ui.factory.panel.listing"],
111 $c[
"ui.factory.interruptive_item"] =
function (
$c) {
114 $c[
"ui.factory.modal"] =
function (
$c) {
116 $c[
"ui.signal_generator"],
117 $c[
"ui.factory.interruptive_item"],
118 $c[
"ui.factory.input.field"],
121 $c[
"ui.factory.progress.refresh_interval"] =
static fn (\
ILIAS\
DI\Container $c) =>
123 public function getRefreshIntervalInMs():
int 128 $c[
"ui.factory.progress"] =
static fn (\
ILIAS\
DI\Container $c) =>
129 new \ILIAS\UI\Implementation\Component\Progress\Factory(
130 $c[
"ui.factory.progress.refresh_interval"],
131 $c[
"ui.signal_generator"],
132 $c[
"ui.factory.progress.state"],
134 $c[
"ui.factory.progress.state"] =
static fn (\
ILIAS\
DI\Container $c) =>
135 new \ILIAS\UI\Implementation\Component\Progress\State\Factory(
138 $c[
"ui.factory.dropzone"] =
function (
$c) {
141 $c[
"ui.factory.popover"] =
function (
$c) {
144 $c[
"ui.factory.divider"] =
function (
$c) {
147 $c[
"ui.factory.link"] =
function (
$c) {
150 $c[
"ui.factory.dropdown"] =
function (
$c) {
153 $c[
"ui.factory.item"] =
function (
$c) {
156 $c[
"ui.factory.toast"] =
function (
$c) {
159 $c[
"ui.factory.viewcontrol"] =
function (
$c) {
161 $c[
"ui.signal_generator"]
164 $c[
"ui.factory.chart"] =
function (
$c) {
166 $c[
"ui.factory.progressmeter"],
170 $c[
"ui.factory.input"] =
function (
$c) {
172 $c[
"ui.signal_generator"],
173 $c[
"ui.factory.input.field"],
174 $c[
"ui.factory.input.container"],
175 $c[
"ui.factory.input.viewcontrol"]
178 $c[
"ui.factory.table"] =
function (
$c) {
182 $c[
"ui.signal_generator"],
183 $c[
'ui.factory.input.viewcontrol'],
184 $c[
'ui.factory.input.container.viewcontrol'],
185 $c[
"ui.data_factory"],
186 $c[
"ui.factory.table.column"],
187 $c[
"ui.factory.table.action"],
190 $ordering_row_builder
193 $c[
"ui.factory.table.column"] =
function (
$c) {
198 $c[
"ui.factory.table.action"] =
function (
$c) {
201 $c[
"ui.factory.messagebox"] =
function (
$c) {
204 $c[
"ui.factory.card"] =
function (
$c) {
207 $c[
"ui.factory.layout"] =
function (
$c) {
213 $c[
"ui.factory.maincontrols.slate"] =
function (
$c) {
215 $c[
'ui.signal_generator'],
216 $c[
'ui.factory.counter'],
217 $c[
"ui.factory.symbol"]
220 $c[
"ui.factory.maincontrols"] =
function (
$c) {
222 $c[
'ui.signal_generator'],
223 $c[
'ui.factory.maincontrols.slate']
226 $c[
"ui.factory.menu"] =
function (
$c) {
228 $c[
'ui.signal_generator']
231 $c[
"ui.factory.symbol.glyph"] =
function (
$c) {
234 $c[
"ui.factory.symbol.icon"] =
function (
$c) {
237 $c[
"ui.factory.symbol.avatar"] =
function (
$c) {
240 $c[
"ui.factory.symbol"] =
function (
$c) {
242 $c[
"ui.factory.symbol.icon"],
243 $c[
"ui.factory.symbol.glyph"],
244 $c[
"ui.factory.symbol.avatar"]
247 $c[
"ui.factory.progressmeter"] =
function (
$c) {
250 $c[
"ui.factory.bar"] =
function (
$c) {
253 $c[
"ui.factory.input.field"] =
function (
$c) {
255 $c[
"ui.upload_limit_resolver"],
256 $c[
"ui.signal_generator"],
257 $c[
"ui.data_factory"],
262 $c[
"ui.factory.input.container"] =
function (
$c) {
264 $c[
"ui.factory.input.container.form"],
265 $c[
"ui.factory.input.container.filter"],
266 $c[
"ui.factory.input.container.viewcontrol"]
269 $c[
"ui.factory.input.container.form"] =
function (
$c) {
271 $c[
"ui.factory.input.field"],
272 $c[
"ui.signal_generator"]
275 $c[
"ui.factory.input.container.filter"] =
function (
$c) {
277 $c[
"ui.signal_generator"],
278 $c[
"ui.factory.input.field"]
281 $c[
"ui.factory.input.container.viewcontrol"] =
function (
$c) {
283 $c[
"ui.signal_generator"],
284 $c[
"ui.factory.input.viewcontrol"],
287 $c[
"ui.factory.input.viewcontrol"] =
function (
$c) {
289 $c[
"ui.factory.input.field"],
290 $c[
"ui.data_factory"],
292 $c[
"ui.signal_generator"],
296 $c[
"ui.factory.dropzone.file"] =
function (
$c) {
298 $c[
"ui.signal_generator"],
299 $c[
"ui.factory.input.field"],
302 $c[
"ui.factory.panel.listing"] =
function (
$c) {
305 $c[
"ui.renderer"] =
function (
$c) {
307 $c[
"ui.component_renderer_loader"],
308 $c[
"ui.javascript_binding"],
312 $c[
"ui.component_renderer_loader"] =
function (
$c) {
315 $c[
"ui.resource_registry"],
319 $c[
"ui.template_factory"],
321 $c[
"ui.javascript_binding"],
322 $c[
"ui.pathresolver"],
323 $c[
"ui.data_factory"],
324 $c[
"help.text_retriever"],
325 $c[
"ui.upload_limit_resolver"]
329 $c[
"ui.template_factory"],
331 $c[
"ui.javascript_binding"],
332 $c[
"ui.pathresolver"],
333 $c[
"ui.data_factory"],
334 $c[
"help.text_retriever"],
335 $c[
"ui.upload_limit_resolver"]
339 $c[
"ui.template_factory"],
341 $c[
"ui.javascript_binding"],
342 $c[
"ui.pathresolver"],
343 $c[
"ui.data_factory"],
344 $c[
"help.text_retriever"],
345 $c[
"ui.upload_limit_resolver"]
349 $c[
"ui.template_factory"],
351 $c[
"ui.javascript_binding"],
352 $c[
"ui.pathresolver"],
353 $c[
"ui.data_factory"],
354 $c[
"help.text_retriever"],
355 $c[
"ui.upload_limit_resolver"]
359 $c[
"ui.template_factory"],
361 $c[
"ui.javascript_binding"],
362 $c[
"ui.pathresolver"],
363 $c[
"ui.data_factory"],
364 $c[
"help.text_retriever"],
365 $c[
"ui.upload_limit_resolver"]
371 $c[
"ui.template_factory"] =
function (
$c) {
374 $c[
"ui.resource_registry"] =
function (
$c) {
377 $c[
"ui.javascript_binding"] =
function (
$c) {
381 $c[
"ui.factory.tree"] =
function (
$c) {
387 $c[
"ui.factory.legacy"] =
function (
$c) {
397 $c[
"ui.factory.modal"]
401 $c[
"ui.factory.entity"] =
function (
$c) {
405 $c[
"ui.factory.prompt"] =
function (
$c) {
413 public function offsetExists(mixed $offset):
bool 417 public function offsetGet(mixed $offset): mixed
421 public function offsetSet(mixed $offset, mixed $value):
void 423 if (!is_string($offset)) {
428 public function offsetUnset(mixed $offset):
void
static get(string $a_var)
Interface Observer Contains several chained tasks and infos about them.
This is more or less a copy of the removed InitUIFramework file inside the Init component.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Factory for wrapped ilTemplates.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
init(\ILIAS\DI\Container $c)
static clear(string $a_var)
static set(string $a_var, $a_val)
Set a value.
Plumbing for ILIAS, tries to guess.