ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 10 of file PanelTest.php.

Constructor & Destructor Documentation

◆ __construct()

ComponentDummy::__construct (   $id = "")

Definition at line 12 of file PanelTest.php.

References $id.

13  {
14  $this->id = $id;
15  }
if(!array_key_exists('StateId', $_REQUEST)) $id

Member Function Documentation

◆ getCanonicalName()

ComponentDummy::getCanonicalName ( )

Get the canonical name of the component.

Returns
string

Implements ILIAS\UI\Component\Component.

Definition at line 16 of file PanelTest.php.

17  {
18  return "Component Dummy";
19  }

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