ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
FilterInput.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
35 interface FilterInput extends FormInput
36 {
40  public function isComplex(): bool;
41 }
This interface must be implemented by all Inputs that support Filter Containers.
Definition: FilterInput.php:35
This describes inputs that can be used in forms.
Definition: FormInput.php:32
isComplex()
Is this input complex and must be rendered in a Popover when using it in a Filter?