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

Public Member Functions

 __construct (ButtonFactory $button_factory, SymbolFactory $symbol_factory)
 
 button ()
 
 symbol ()
 
- 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

ButtonFactory $button_factory
 
SymbolFactory $symbol_factory
 

Detailed Description

Definition at line 35 of file FileInputTest.php.

Constructor & Destructor Documentation

◆ __construct()

WithButtonAndSymbolButNoUIFactory::__construct ( ButtonFactory  $button_factory,
SymbolFactory  $symbol_factory 
)

Definition at line 40 of file FileInputTest.php.

41 {
42 $this->button_factory = $button_factory;
43 $this->symbol_factory = $symbol_factory;
44 }

References $button_factory, and $symbol_factory.

Member Function Documentation

◆ button()

WithButtonAndSymbolButNoUIFactory::button ( )

Reimplemented from NoUIFactory.

Definition at line 46 of file FileInputTest.php.

46 : ButtonFactory
47 {
49 }

References $button_factory.

◆ symbol()

WithButtonAndSymbolButNoUIFactory::symbol ( )

Reimplemented from NoUIFactory.

Definition at line 51 of file FileInputTest.php.

51 : SymbolFactory
52 {
54 }

References $symbol_factory.

Field Documentation

◆ $button_factory

ButtonFactory WithButtonAndSymbolButNoUIFactory::$button_factory
protected

Definition at line 37 of file FileInputTest.php.

Referenced by __construct(), and button().

◆ $symbol_factory

SymbolFactory WithButtonAndSymbolButNoUIFactory::$symbol_factory
protected

Definition at line 38 of file FileInputTest.php.

Referenced by __construct(), and symbol().


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