| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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 | ) | 
      
  | 
  protected | 
Definition at line 30 of file HelloWorld.php.
Referenced by getGreeting(), and withGreeting().