ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Input\ViewControl
;
22
26
interface
Factory
27
{
44
public
function
fieldSelection
(
45
array $options
46
):
FieldSelection
;
47
63
public
function
sortation
(
64
array $options
65
):
Sortation
;
66
95
public
function
pagination
():
Pagination
;
96
111
public
function
group
(array $view_controls):
Group
;
112
129
public
function
nullControl
():
NullControl
;
130
131
156
public
function
mode
(array $options):
Mode
;
157
158
}
ILIAS\UI\Component\Input\ViewControl\Factory
This describes the factory for (view-)controls.
Definition:
Factory.php:27
ILIAS\UI\Component\Input\ViewControl\Factory\fieldSelection
fieldSelection(array $options)
ILIAS\UI\Component\Input\ViewControl\Factory\pagination
pagination()
ILIAS\UI\Component\Input\ViewControl\Factory\nullControl
nullControl()
ILIAS\UI\Component\Input\ViewControl\Factory\mode
mode(array $options)
ILIAS\UI\Component\Input\ViewControl\Factory\group
group(array $view_controls)
ILIAS\UI\Component\Input\ViewControl\Factory\sortation
sortation(array $options)
ILIAS\UI\Component\Input\ViewControl\FieldSelection
This describes a Field Selection View Control.
Definition:
FieldSelection.php:29
ILIAS\UI\Component\Input\ViewControl\Group
Describes the monoid operation of grouping view control inputs.
Definition:
Group.php:30
ILIAS\UI\Component\Input\ViewControl\Mode
This describes a Mode View Control.
Definition:
Mode.php:29
ILIAS\UI\Component\Input\ViewControl\NullControl
This describes a NullControl.
Definition:
NullControl.php:29
ILIAS\UI\Component\Input\ViewControl\Pagination
This describes a Pagination View Control.
Definition:
Pagination.php:29
ILIAS\UI\Component\Input\ViewControl\Sortation
This describes a Sortation View Control.
Definition:
Sortation.php:29
ILIAS\UI\Component\Input\ViewControl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Factory.php:21
components
ILIAS
UI
src
Component
Input
ViewControl
Factory.php
Generated on Sat Oct 18 2025 23:02:21 for ILIAS by
1.9.4 (using
Doxyfile
)