ILIAS  release_7 Revision v7.30-3-g800a261c036
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...
 

Detailed Description

Definition at line 12 of file PanelTest.php.

Constructor & Destructor Documentation

◆ __construct()

ComponentDummy::__construct (   $id = "")

Definition at line 14 of file PanelTest.php.

15  {
16  $this->id = $id;
17  }

Member Function Documentation

◆ getCanonicalName()

ComponentDummy::getCanonicalName ( )

Get the canonical name of the component.

Returns
string

Implements ILIAS\UI\Component\Component.

Definition at line 18 of file PanelTest.php.

19  {
20  return "Component Dummy";
21  }

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