ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
FilterInputsTestNoUIFactories Class Reference
+ 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
 

Detailed Description

Definition at line 28 of file FilterInputTest.php.

Constructor & Destructor Documentation

◆ __construct()

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.

38 {
39 $this->symbol_factory = $symbol_factory;
40 $this->popover_factory = $popover_factory;
41 $this->legacy_factory = $legacy_factory;
42 }
I Popover Factory $popover_factory

References $legacy_factory, $popover_factory, and $symbol_factory.

Member Function Documentation

◆ legacy()

FilterInputsTestNoUIFactories::legacy ( )

Reimplemented from NoUIFactory.

Definition at line 54 of file FilterInputTest.php.

54 : I\Legacy\Factory
55 {
57 }

References $legacy_factory.

◆ popover()

FilterInputsTestNoUIFactories::popover ( )

Reimplemented from NoUIFactory.

Definition at line 49 of file FilterInputTest.php.

49 : I\Popover\Factory
50 {
52 }

References $popover_factory.

◆ symbol()

FilterInputsTestNoUIFactories::symbol ( )

Reimplemented from NoUIFactory.

Definition at line 44 of file FilterInputTest.php.

44 : I\Symbol\Factory
45 {
47 }

References $symbol_factory.

Field Documentation

◆ $legacy_factory

I Legacy Factory FilterInputsTestNoUIFactories::$legacy_factory
protected

Definition at line 32 of file FilterInputTest.php.

Referenced by __construct(), and legacy().

◆ $popover_factory

I Popover Factory FilterInputsTestNoUIFactories::$popover_factory
protected

Definition at line 31 of file FilterInputTest.php.

Referenced by __construct(), and popover().

◆ $symbol_factory

I Symbol Factory FilterInputsTestNoUIFactories::$symbol_factory
protected

Definition at line 30 of file FilterInputTest.php.

Referenced by __construct(), and symbol().


The documentation for this class was generated from the following file: