|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for FilterInputsTestNoUIFactories:
Collaboration diagram for FilterInputsTestNoUIFactories:Public Member Functions | |
| __construct (I\Symbol\Factory $symbol_factory, I\Popover\Factory $popover_factory, I\Legacy\Factory $legacy_factory,) | |
| symbol () | |
| popover () | |
| legacy () | |
Public Member Functions inherited from NoUIFactory | |
| counter () | |
| button () | |
| card () | |
| deck (array $cards) | |
| listing () | |
| image () | |
| legacy () | |
| panel () | |
| modal () | |
| progress () | |
| dropzone () | |
| popover () | |
| divider () | |
| link () | |
| dropdown () | |
| item () | |
| viewControl () | |
| breadcrumbs (array $crumbs) | |
| chart () | |
| input () | |
| table () | |
| messageBox () | |
| layout () | |
| mainControls () | |
| tree () | |
| menu () | |
| symbol () | |
| toast () | |
| player () | |
| launcher () | |
| helpTopics (string ... $topic) | |
| entity () | |
| prompt () | |
| navigation () | |
| counter () | |
| button () | |
| card () | |
| deck (array $cards) | |
| listing () | |
| image () | |
| player () | |
| legacy () | |
| panel () | |
| modal () | |
| progress () | |
| dropzone () | |
| popover () | |
| divider () | |
| link () | |
| dropdown () | |
| item () | |
| viewControl () | |
| breadcrumbs (array $crumbs) | |
| chart () | |
| input () | |
| table () | |
| messageBox () | |
| layout () | |
| mainControls () | |
| tree () | |
| menu () | |
| symbol () | |
| toast () | |
| launcher () | |
| entity () | |
| prompt () | |
| navigation () | |
Public Member Functions inherited from ILIAS\Data\Color\Factory | |
| build ($value) | |
| Determine type of input and validate it, then build a color. More... | |
Protected Attributes | |
| I Symbol Factory | $symbol_factory |
| I Popover Factory | $popover_factory |
| I Legacy Factory | $legacy_factory |
Definition at line 28 of file FilterInputTest.php.
| FilterInputsTestNoUIFactories::__construct | ( | I\Symbol\Factory | $symbol_factory, |
| I\Popover\Factory | $popover_factory, | ||
| I\Legacy\Factory | $legacy_factory | ||
| ) |
Definition at line 34 of file FilterInputTest.php.
References $legacy_factory, $popover_factory, and $symbol_factory.
| FilterInputsTestNoUIFactories::legacy | ( | ) |
Reimplemented from NoUIFactory.
Definition at line 54 of file FilterInputTest.php.
References $legacy_factory.
| FilterInputsTestNoUIFactories::popover | ( | ) |
Reimplemented from NoUIFactory.
Definition at line 49 of file FilterInputTest.php.
References $popover_factory.
| FilterInputsTestNoUIFactories::symbol | ( | ) |
Reimplemented from NoUIFactory.
Definition at line 44 of file FilterInputTest.php.
References $symbol_factory.
|
protected |
Definition at line 32 of file FilterInputTest.php.
Referenced by __construct(), and legacy().
|
protected |
Definition at line 31 of file FilterInputTest.php.
Referenced by __construct(), and popover().
|
protected |
Definition at line 30 of file FilterInputTest.php.
Referenced by __construct(), and symbol().