ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Data Fields | |
$value_ok = true | |
$requirement_constraint = null | |
Protected Member Functions | |
isClientSideValueOk ($value) | |
getConstraintForRequirement () | |
![]() | |
getConstraintForRequirement () | |
This may return a constraint that will be checked first if the field is required. More... | |
isClientSideValueOk ($value) | |
Check if the value is good to be displayed client side. More... | |
setAdditionalTransformation (Transformation $trafo) | |
Apply a transformation to the current or future content. More... | |
setAdditionalConstraint (Constraint $constraint) | |
Apply a constraint to the current or the future content. More... | |
applyOperationsTo ($res) | |
Applies the operations in this instance to the value. More... | |
Additional Inherited Members | ||||
![]() | ||||
__construct (DataFactory $data_factory, ValidationFactory $validation_factory, TransformationFactory $transformation_factory, $label, $byline) | ||||
Input constructor. More... | ||||
getLabel () | ||||
withLabel ($label) | ||||
getByline () | ||||
withByline ($byline) | ||||
isRequired () | ||||
withRequired ($is_required) | ||||
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 current or future content. More... | ||||
withAdditionalConstraint (Constraint $constraint) | ||||
Apply a constraint to the current or the future content. More... | ||||
getName () | ||||
The name of the input as used in HTML.
| ||||
withNameFrom (NameSource $source) | ||||
Get an input like this one, with a different name.
| ||||
withInput (PostData $input) | ||||
Collects the input, applies trafos on the input and returns a new input reflecting the data that was putted in. More... | ||||
getContent () | ||||
Get the current content of the input.
| ||||
![]() | ||||
$data_factory | ||||
$validation_factory | ||||
$transformation_factory | ||||
$label | ||||
$byline | ||||
$is_required = false | ||||
$value = null | ||||
$error = null | ||||
$content = null | ||||
Definition at line 16 of file InputTest.php.
|
protected |
|
protected |
Definition at line 21 of file InputTest.php.
References $value_ok.
DefInput::$requirement_constraint = null |
Definition at line 27 of file InputTest.php.
Referenced by getConstraintForRequirement().
DefInput::$value_ok = true |
Definition at line 18 of file InputTest.php.
Referenced by isClientSideValueOk().