ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Group.php File Reference

Go to the source code of this file.

Namespaces

 ILIAS\UI\Implementation\Component\Input
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
 

Functions

 ILIAS\UI\Implementation\Component\Input::getValue ()
 Get the value that is displayed in the input client side. More...
 
 ILIAS\UI\Implementation\Component\Input::withValue ($value)
 Get an input like this with another value displayed on the client side. More...
 
 ILIAS\UI\Implementation\Component\Input::withInput (InputData $input)
 Collects the input, applies trafos and forwards the input to its children and returns a new input group reflecting the inputs with data that was put in. More...
 
 ILIAS\UI\Implementation\Component\Input::nameInputs (NameSource $source, string $parent_name)
 
 ILIAS\UI\Implementation\Component\Input::_isClientSideValueOk ($value)
 ATTENTION: This is not the same as. More...
 
 ILIAS\UI\Implementation\Component\Input::getInputs ()
 
 ILIAS\UI\Implementation\Component\Input::setInputs (array $inputs)
 This setter should be used instead of accessing $this->inputs directly. More...
 
 ILIAS\UI\Implementation\Component\Input::applyOperationsTo ($res)
 
 ILIAS\UI\Implementation\Component\Input::setError (string $error)
 This setter will be used by withInput() to set possible errors. More...
 
 ILIAS\UI\Implementation\Component\Input::getLanguage ()
 
 ILIAS\UI\Implementation\Component\Input::getDataFactory ()
 

Variables

trait ILIAS\UI\Implementation\Component\Input::Group
 
array ILIAS\UI\Implementation\Component\Input::$inputs = []