ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (SignalGenerator $signal_generator, Input\Field\Factory $field_factory, $toggle_action_on, $toggle_action_off, $expand_action, $collapse_action, $apply_action, $reset_action, array $inputs, array $is_input_rendered, bool $is_activated, bool $is_expanded) | |
_extractParamData (ServerRequestInterface $request) | |
extractParamData (ServerRequestInterface $request) | |
setInputs (array $inputs) | |
![]() | |
__construct (SignalGeneratorInterface $signal_generator, CI\Input\Field\Factory $field_factory, $toggle_action_on, $toggle_action_off, $expand_action, $collapse_action, $apply_action, $reset_action, array $inputs, array $is_input_rendered, bool $is_activated, bool $is_expanded) | |
getToggleOnAction () | |
getToggleOffAction () | |
getExpandAction () | |
getCollapseAction () | |
getApplyAction () | |
getResetAction () | |
getInputs () | |
isInputRendered () | |
getInputGroup () | |
withRequest (ServerRequestInterface $request) | |
getData () | |
getNewName () | |
Implementation of NameSource. More... | |
getNewDedicatedName (string $dedicated_name) | |
Implementation of NameSource for using dedicated names in filter fields. More... | |
isActivated () | |
withActivated () | |
withDeactivated () | |
isExpanded () | |
withExpanded () | |
withCollapsed () | |
getUpdateSignal () | |
withResetSignals () | |
Data Fields | |
array | $inputs |
Input InputData | $input_data = null |
Protected Attributes | |
Input Field Factory | $input_factory |
Group | $input_group |
![]() | |
$toggle_action_on | |
$toggle_action_off | |
$expand_action | |
$collapse_action | |
$apply_action | |
$reset_action | |
C Input Field Group | $input_group |
array | $is_input_rendered |
bool | $is_activated |
bool | $is_expanded |
C Input Field Factory | $field_factory |
SignalGeneratorInterface | $signal_generator |
Signal | $update_signal |
Additional Inherited Members | |
![]() | |
extractParamData (ServerRequestInterface $request) | |
Extract post data from request. More... | |
initSignals () | |
Set the update signal for this input. More... | |
Definition at line 45 of file FilterTest.php.
ConcreteFilter::__construct | ( | SignalGenerator | $signal_generator, |
Input\Field\Factory | $field_factory, | ||
$toggle_action_on, | |||
$toggle_action_off, | |||
$expand_action, | |||
$collapse_action, | |||
$apply_action, | |||
$reset_action, | |||
array | $inputs, | ||
array | $is_input_rendered, | ||
bool | $is_activated, | ||
bool | $is_expanded | ||
) |
Definition at line 52 of file FilterTest.php.
References ILIAS\GlobalScreen\Provider\__construct().
ConcreteFilter::_extractParamData | ( | ServerRequestInterface | $request | ) |
Definition at line 83 of file FilterTest.php.
ConcreteFilter::extractParamData | ( | ServerRequestInterface | $request | ) |
Definition at line 88 of file FilterTest.php.
ConcreteFilter::setInputs | ( | array | $inputs | ) |
Definition at line 97 of file FilterTest.php.
References ILIAS\UI\Implementation\Component\Input\$inputs.
Definition at line 48 of file FilterTest.php.
Definition at line 49 of file FilterTest.php.
|
protected |
Definition at line 50 of file FilterTest.php.
array ConcreteFilter::$inputs |
Definition at line 47 of file FilterTest.php.