ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 2017 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Input
;
6
10
interface
Factory
11
{
12
101
public
function
field
();
102
103
124
public
function
container
();
125
151
public
function
viewControl
() :
ViewControl\Factory
;
152
}
ILIAS\UI\Component\Input\Factory
This is how a factory for inputs looks like.
Definition:
Factory.php:10
ILIAS\UI\Component\Input\Factory\viewControl
viewControl()
description: purpose: > A View Control is used to change the visualization of data.
ILIAS\UI\Component\Input\Factory\container
container()
description: purpose: > An input container defines which means are used to submit the data to the sy...
ILIAS\UI\Component\Input\Factory\field
field()
description: purpose: > Inputs fields are different from other UI components.
ILIAS\UI\Component\Input
ILIAS\UI\Component\Input\ViewControl\Factory
This describes the factory for (view-)controls.
Definition:
Factory.php:10
src
UI
Component
Input
Factory.php
Generated on Sun Aug 31 2025 21:01:37 for ILIAS by
1.8.13 (using
Doxyfile
)