ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Additional Inherited Members | ||||
![]() | ||||
__construct (DataFactory $data_factory, Factory $refinery, $label, $byline) | ||||
Input constructor. More... | ||||
getLabel () | ||||
Get the label of the input.
| ||||
withLabel ($label) | ||||
Get an input like this, but with a replaced label.
| ||||
getByline () | ||||
Get the byline of the input.
| ||||
withByline ($byline) | ||||
Get an input like this, but with an additional/replaced label.
| ||||
isRequired () | ||||
Is this field required?
| ||||
withRequired ($is_required) | ||||
Get an input like this, but set the field to be required (or not).
| ||||
isDisabled () | ||||
Is this input disabled?
| ||||
withDisabled ($is_disabled) | ||||
Get an input like this, but set it to a disabled state.
| ||||
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... | ||||
getName () | ||||
The name of the input as used in HTML.
| ||||
withNameFrom (NameSource $source) | ||||
Get an input like this one, with a different name.
| ||||
withInput (InputData $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.
| ||||
withOnUpdate (Signal $signal) | ||||
Trigger a signal of another component on update.
| ||||
appendOnUpdate (Signal $signal) | ||||
Get a component like this, triggering a signal of another component on update.In contrast to withOnUpdate, the signal is appended to existing signals for the on update event.
| ||||
![]() | ||||
getUpdateOnLoadCode () | ||||
Get update code. More... | ||||
![]() | ||||
getCanonicalName () | ||||
Get the canonical name of the component. More... | ||||
![]() | ||||
withOnLoadCode (\Closure $binder) | ||||
withAdditionalOnLoadCode (\Closure $binder) | ||||
Add some onload-code to the component instead of replacing the existing one. More... | ||||
getOnLoadCode () | ||||
Get the currently bound on load code. More... | ||||
![]() | ||||
withResetTriggeredSignals () | ||||
Get a component like this but reset any triggered signals of other components. More... | ||||
getTriggeredSignals () | ||||
Get all triggered signals of this component. More... | ||||
![]() | ||||
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... | ||||
applyOperationsTo ($res) | ||||
Applies the operations in this instance to the value. More... | ||||
![]() | ||||
$data_factory | ||||
$refinery | ||||
$label | ||||
$byline | ||||
$is_required = false | ||||
$is_disabled = false | ||||
$value = null | ||||
$error = null | ||||
$content = null | ||||
Definition at line 17 of file GroupInputTest.php.