|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ConcreteFilter:
Collaboration diagram for ConcreteFilter: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) | |
Public Member Functions inherited from ILIAS\UI\Implementation\Component\Input\Container\Filter\Filter | |
| __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 |
Protected Attributes inherited from ILIAS\UI\Implementation\Component\Input\Container\Filter\Filter | |
| $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 | |
Protected Member Functions inherited from ILIAS\UI\Implementation\Component\Input\Container\Filter\Filter | |
| 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\MetaData\Repository\Validation\Data\__construct().
Here is the call graph for this function:| 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.