ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ 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
{
47
public
function
fieldSelection
(
48
array
$options
49
):
FieldSelection
;
50
69
public
function
sortation
(
70
array
$options
71
):
Sortation
;
72
104
public
function
pagination
():
Pagination
;
105
120
public
function
group
(array $view_controls):
Group
;
121
138
public
function
nullControl
():
NullControl
;
139
140
166
public
function
mode
(array
$options
):
Mode
;
167
168
}
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
ILIAS\UI\Implementation\Component\Input\Field\$options
array $options
Definition:
HasOptionFilter.php:31
components
ILIAS
UI
src
Component
Input
ViewControl
Factory.php
Generated on Sat Dec 13 2025 23:01:40 for ILIAS by
1.9.4 (using
Doxyfile
)