ILIAS  release_7 Revision v7.30-3-g800a261c036
ilPCGridEditorGUI Class Reference
+ Inheritance diagram for ilPCGridEditorGUI:
+ Collaboration diagram for ilPCGridEditorGUI:

Public Member Functions

 __construct ()
 
 getEditorElements (\ILIAS\COPage\Editor\Server\UIWrapper $ui_wrapper, string $page_type, ilPageObjectGUI $page_gui, int $style_id)
 @inheritDoc More...
 
 getEditComponentForm (\ILIAS\COPage\Editor\Server\UIWrapper $ui_wrapper, string $page_type, \ilPageObjectGUI $page_gui, int $style_id, $pcid)
 @inheritDoc 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, $pcid)
 Get rendered editor elements. More...
 

Protected Attributes

 $lng
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 10 of file class.ilPCGridEditorGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilPCGridEditorGUI::__construct ( )

Definition at line 17 of file class.ilPCGridEditorGUI.php.

18 {
19 global $DIC;
20
21 $this->lng = $DIC->language();
22 }
global $DIC
Definition: goto.php:24

References $DIC.

Member Function Documentation

◆ getEditComponentForm()

ilPCGridEditorGUI::getEditComponentForm ( \ILIAS\COPage\Editor\Server\UIWrapper  $ui_wrapper,
string  $page_type,
\ilPageObjectGUI  $page_gui,
int  $style_id,
  $pcid 
)

@inheritDoc

Definition at line 40 of file class.ilPCGridEditorGUI.php.

40 : string
41 {
42 return "";
43 }

◆ getEditorElements()

ilPCGridEditorGUI::getEditorElements ( \ILIAS\COPage\Editor\Server\UIWrapper  $ui_wrapper,
string  $page_type,
ilPageObjectGUI  $page_gui,
int  $style_id 
)

@inheritDoc

Definition at line 27 of file class.ilPCGridEditorGUI.php.

27 : array
28 {
29 $form = $this->getCreationForm($page_gui, $ui_wrapper);
30
31 return [
32 "creation_form" => $form,
33 "icon" => $ui_wrapper->getRenderedIcon("pecl")
34 ];
35 }

Field Documentation

◆ $lng

ilPCGridEditorGUI::$lng
protected

Definition at line 15 of file class.ilPCGridEditorGUI.php.


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