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

Detailed Description

Definition at line 28 of file StandardFilterTest.php.

Constructor & Destructor Documentation

◆ __construct()

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.

42 {
43 $this->button_factory = $button_factory;
44 $this->symbol_factory = $symbol_factory;
45 $this->popover_factory = $popover_factory;
46 $this->legacy_factory = $legacy_factory;
47 $this->listing_factory = $listing_factory;
48 }
I Listing Factory $listing_factory
I Symbol Factory $symbol_factory
I Legacy Factory $legacy_factory
I Button Factory $button_factory
I Popover Factory $popover_factory

References $button_factory, $legacy_factory, $listing_factory, $popover_factory, and $symbol_factory.

Member Function Documentation

◆ button()

WithNoUIFactories::button ( )

Reimplemented from NoUIFactory.

Definition at line 50 of file StandardFilterTest.php.

50 : I\Button\Factory
51 {
53 }

References $button_factory.

◆ legacy()

WithNoUIFactories::legacy ( )

Reimplemented from NoUIFactory.

Definition at line 65 of file StandardFilterTest.php.

65 : I\Legacy\Factory
66 {
68 }

References $legacy_factory.

◆ listing()

WithNoUIFactories::listing ( )

Reimplemented from NoUIFactory.

Definition at line 70 of file StandardFilterTest.php.

70 : I\Listing\Factory
71 {
73 }

References $listing_factory.

◆ popover()

WithNoUIFactories::popover ( )

Reimplemented from NoUIFactory.

Definition at line 60 of file StandardFilterTest.php.

60 : I\Popover\Factory
61 {
63 }

References $popover_factory.

◆ symbol()

WithNoUIFactories::symbol ( )

Reimplemented from NoUIFactory.

Definition at line 55 of file StandardFilterTest.php.

55 : I\Symbol\Factory
56 {
58 }

References $symbol_factory.

Field Documentation

◆ $button_factory

I Button Factory WithNoUIFactories::$button_factory
protected

Definition at line 30 of file StandardFilterTest.php.

Referenced by __construct(), and button().

◆ $legacy_factory

I Legacy Factory WithNoUIFactories::$legacy_factory
protected

Definition at line 33 of file StandardFilterTest.php.

Referenced by __construct(), and legacy().

◆ $listing_factory

I Listing Factory WithNoUIFactories::$listing_factory
protected

Definition at line 34 of file StandardFilterTest.php.

Referenced by __construct(), and listing().

◆ $popover_factory

I Popover Factory WithNoUIFactories::$popover_factory
protected

Definition at line 32 of file StandardFilterTest.php.

Referenced by __construct(), and popover().

◆ $symbol_factory

I Symbol Factory WithNoUIFactories::$symbol_factory
protected

Definition at line 31 of file StandardFilterTest.php.

Referenced by __construct(), and symbol().


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