ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
LightboxMockPage Class Reference
+ Inheritance diagram for LightboxMockPage:
+ Collaboration diagram for LightboxMockPage:

Public Member Functions

 getTitle ()
 
 getComponent ()
 

Detailed Description

Definition at line 229 of file LightboxTest.php.

Member Function Documentation

◆ getComponent()

LightboxMockPage::getComponent ( )

Definition at line 236 of file LightboxTest.php.

237 {
238 return new ComponentDummy();
239 }
A component is the most general form of an entity in the UI.
Definition: Component.php:28

◆ getTitle()

LightboxMockPage::getTitle ( )

Definition at line 231 of file LightboxTest.php.

231 : string
232 {
233 return 'title';
234 }

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