ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
WithButtonNoUIFactory Class Reference
+ Inheritance diagram for WithButtonNoUIFactory:
+ Collaboration diagram for WithButtonNoUIFactory:

Public Member Functions

 __construct (Factory $button_factory)
 
 button ()
 
- 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

Factory $button_factory
 

Detailed Description

Definition at line 34 of file StandardFormTest.php.

Constructor & Destructor Documentation

◆ __construct()

WithButtonNoUIFactory::__construct ( Factory  $button_factory)

Definition at line 38 of file StandardFormTest.php.

39 {
40 $this->button_factory = $button_factory;
41 }

References $button_factory.

Member Function Documentation

◆ button()

WithButtonNoUIFactory::button ( )

Reimplemented from NoUIFactory.

Definition at line 43 of file StandardFormTest.php.

43 : Factory
44 {
46 }
Builds a Color from either hex- or rgb values.
Definition: Factory.php:31

References $button_factory.

Field Documentation

◆ $button_factory

Factory WithButtonNoUIFactory::$button_factory
protected

Definition at line 36 of file StandardFormTest.php.

Referenced by __construct(), and button().


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