ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ComponentDummy Class Reference
+ Inheritance diagram for ComponentDummy:
+ Collaboration diagram for ComponentDummy:

Public Member Functions

 __construct ($id="")
 
 getCanonicalName ()
 Get the canonical name of the component. More...
 
- Public Member Functions inherited from ILIAS\UI\Component\Component
 reduceWith (\Closure $fn)
 The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More...
 

Protected Attributes

string $id
 

Detailed Description

Definition at line 28 of file PanelTest.php.

Constructor & Destructor Documentation

◆ __construct()

ComponentDummy::__construct (   $id = "")

Definition at line 34 of file PanelTest.php.

References $id.

35  {
36  $this->id = $id;
37  }

Member Function Documentation

◆ getCanonicalName()

ComponentDummy::getCanonicalName ( )

Get the canonical name of the component.

Implements ILIAS\UI\Component\Component.

Definition at line 38 of file PanelTest.php.

38  : string
39  {
40  return "Component Dummy";
41  }

Field Documentation

◆ $id

string ComponentDummy::$id
protected

Definition at line 32 of file PanelTest.php.

Referenced by __construct().


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