|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 |
Definition at line 34 of file StandardFormTest.php.
| WithButtonNoUIFactory::__construct | ( | Factory | $button_factory | ) |
Definition at line 38 of file StandardFormTest.php.
References $button_factory.
| WithButtonNoUIFactory::button | ( | ) |
Reimplemented from NoUIFactory.
Definition at line 43 of file StandardFormTest.php.
References $button_factory.
|
protected |
Definition at line 36 of file StandardFormTest.php.
Referenced by __construct(), and button().