|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Some very basic component implementation. More...
Inheritance diagram for HelloWorld:
Collaboration diagram for HelloWorld:Public Member Functions | |
| withGreeting (string $greeting) | |
| getGreeting () | |
Public Member Functions inherited from ILIAS\UI\Component\Component | |
| getCanonicalName () | |
| Get the canonical name of the component. More... | |
Protected Attributes | |
| $greeting = 'Hello World!' | |
Some very basic component implementation.
Definition at line 26 of file HelloWorld.php.
| HelloWorld::getGreeting | ( | ) |
| HelloWorld::withGreeting | ( | string | $greeting | ) |
Definition at line 32 of file HelloWorld.php.
References $greeting.
|
protected |
Definition at line 30 of file HelloWorld.php.
Referenced by getGreeting(), and withGreeting().