ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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...
 

Protected Attributes

string $id
 

Detailed Description

Definition at line 28 of file PanelTest.php.

Constructor & Destructor Documentation

◆ __construct()

ComponentDummy::__construct (   $id = "")

Definition at line 32 of file PanelTest.php.

References $id.

33  {
34  $this->id = $id;
35  }

Member Function Documentation

◆ getCanonicalName()

ComponentDummy::getCanonicalName ( )

Get the canonical name of the component.

Implements ILIAS\UI\Component\Component.

Definition at line 36 of file PanelTest.php.

36  : string
37  {
38  return "Component Dummy";
39  }

Field Documentation

◆ $id

string ComponentDummy::$id
protected

Definition at line 30 of file PanelTest.php.

Referenced by __construct().


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