ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
SelectForTest Class Reference
+ Inheritance diagram for SelectForTest:
+ Collaboration diagram for SelectForTest:

Public Member Functions

 _isClientSideValueOk ($value)
 
- Public Member Functions inherited from ILIAS\UI\Component\Input\Field\Select
 getOptions ()
 
- Public Member Functions inherited from ILIAS\UI\Component\Input\Field\Input
 getLabel ()
 Get the label of the input. More...
 
 withLabel ($label)
 Get an input like this, but with a replaced label. More...
 
 getByline ()
 Get the byline of the input. More...
 
 withByline ($byline)
 Get an input like this, but with an additional/replaced label. More...
 
 isRequired ()
 Is this field required? More...
 
 withRequired ($is_required)
 Get an input like this, but set the field to be required (or not). More...
 
 getValue ()
 Get the value that is displayed in the input client side. More...
 
 withValue ($value)
 Get an input like this with another value displayed on the client side. More...
 
 getError ()
 The error of the input as used in HTML. More...
 
 withError ($error)
 Get an input like this one, with a different error. More...
 
 withAdditionalTransformation (Transformation $trafo)
 Apply a transformation to the content of the input. More...
 
 withAdditionalConstraint (Constraint $constraint)
 Apply a constraint to the content of the input. More...
 
- Public Member Functions inherited from ILIAS\UI\Component\Component
 getCanonicalName ()
 Get the canonical name of the component. More...
 

Detailed Description

Definition at line 7 of file SelectTest.php.

Member Function Documentation

◆ _isClientSideValueOk()

SelectForTest::_isClientSideValueOk (   $value)

Definition at line 9 of file SelectTest.php.

References ILIAS\UI\Implementation\Component\Input\Field\isClientSideValueOk().

10  {
11  return $this->isClientSideValueOk($value);
12  }
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: