ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 11 of file PanelTest.php.

Constructor & Destructor Documentation

◆ __construct()

ComponentDummy::__construct (   $id = "")

Definition at line 13 of file PanelTest.php.

References $id.

14  {
15  $this->id = $id;
16  }
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 17 of file PanelTest.php.

18  {
19  return "Component Dummy";
20  }

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