|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for WithNoUIFactories:
Collaboration diagram for WithNoUIFactories:Public Member Functions | |
| __construct (I\Button\Factory $button_factory, I\Symbol\Factory $symbol_factory, I\Popover\Factory $popover_factory, I\Legacy\Factory $legacy_factory, I\Listing\Factory $listing_factory) | |
| button () | |
| symbol () | |
| popover () | |
| legacy () | |
| listing () | |
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 Button Factory | $button_factory |
| I Symbol Factory | $symbol_factory |
| I Popover Factory | $popover_factory |
| I Legacy Factory | $legacy_factory |
| I Listing Factory | $listing_factory |
Definition at line 28 of file StandardFilterTest.php.
| WithNoUIFactories::__construct | ( | I\Button\Factory | $button_factory, |
| I\Symbol\Factory | $symbol_factory, | ||
| I\Popover\Factory | $popover_factory, | ||
| I\Legacy\Factory | $legacy_factory, | ||
| I\Listing\Factory | $listing_factory | ||
| ) |
Definition at line 36 of file StandardFilterTest.php.
References $button_factory, $legacy_factory, $listing_factory, $popover_factory, and $symbol_factory.
| WithNoUIFactories::button | ( | ) |
Reimplemented from NoUIFactory.
Definition at line 50 of file StandardFilterTest.php.
References $button_factory.
| WithNoUIFactories::legacy | ( | ) |
Reimplemented from NoUIFactory.
Definition at line 65 of file StandardFilterTest.php.
References $legacy_factory.
| WithNoUIFactories::listing | ( | ) |
Reimplemented from NoUIFactory.
Definition at line 70 of file StandardFilterTest.php.
References $listing_factory.
| WithNoUIFactories::popover | ( | ) |
Reimplemented from NoUIFactory.
Definition at line 60 of file StandardFilterTest.php.
References $popover_factory.
| WithNoUIFactories::symbol | ( | ) |
Reimplemented from NoUIFactory.
Definition at line 55 of file StandardFilterTest.php.
References $symbol_factory.
|
protected |
Definition at line 30 of file StandardFilterTest.php.
Referenced by __construct(), and button().
|
protected |
Definition at line 33 of file StandardFilterTest.php.
Referenced by __construct(), and legacy().
|
protected |
Definition at line 34 of file StandardFilterTest.php.
Referenced by __construct(), and listing().
|
protected |
Definition at line 32 of file StandardFilterTest.php.
Referenced by __construct(), and popover().
|
protected |
Definition at line 31 of file StandardFilterTest.php.
Referenced by __construct(), and symbol().