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

Public Member Functions

 __construct ()
 
 getEditorElements (UIWrapper $ui_wrapper, string $page_type, ilPageObjectGUI $page_gui, int $style_id)
 
 getEditComponentForm (UIWrapper $ui_wrapper, string $page_type, \ilPageObjectGUI $page_gui, int $style_id, string $pcid)
 Get rendered editor elements. More...
 
- Public Member Functions inherited from ILIAS\COPage\Editor\Components\PageComponentEditor
 getEditorElements (UIWrapper $ui_wrapper, string $page_type, \ilPageObjectGUI $page_gui, int $style_id)
 Get rendered editor elements. More...
 
 getEditComponentForm (UIWrapper $ui_wrapper, string $page_type, \ilPageObjectGUI $page_gui, int $style_id, string $pcid)
 Get rendered editor elements. More...
 

Protected Attributes

ilLanguage $lng
 

Detailed Description

Definition at line 24 of file class.ilPCLayoutTemplateEditorGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilPCLayoutTemplateEditorGUI::__construct ( )

Definition at line 28 of file class.ilPCLayoutTemplateEditorGUI.php.

29 {
30 global $DIC;
31 $this->lng = $DIC->language();
32 }
global $DIC
Definition: shib_login.php:26

References $DIC, and ILIAS\Repository\lng().

+ Here is the call graph for this function:

Member Function Documentation

◆ getEditComponentForm()

ilPCLayoutTemplateEditorGUI::getEditComponentForm ( UIWrapper  $ui_wrapper,
string  $page_type,
\ilPageObjectGUI  $page_gui,
int  $style_id,
string  $pcid 
)

Get rendered editor elements.

Implements ILIAS\COPage\Editor\Components\PageComponentEditor.

Definition at line 48 of file class.ilPCLayoutTemplateEditorGUI.php.

54 : string {
55 return "";
56 }

◆ getEditorElements()

ilPCLayoutTemplateEditorGUI::getEditorElements ( UIWrapper  $ui_wrapper,
string  $page_type,
ilPageObjectGUI  $page_gui,
int  $style_id 
)

Definition at line 34 of file class.ilPCLayoutTemplateEditorGUI.php.

39 : array {
40 $form = $this->getCreationForm($page_gui, $ui_wrapper);
41
42 return [
43 "creation_form" => $form,
44 "icon" => $ui_wrapper->getRenderedIcon("petmp")
45 ];
46 }

Field Documentation

◆ $lng

ilLanguage ilPCLayoutTemplateEditorGUI::$lng
protected

Definition at line 26 of file class.ilPCLayoutTemplateEditorGUI.php.


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