ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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)
 
 getEditComponentForm (\ILIAS\COPage\Editor\Server\UIWrapper $ui_wrapper, string $page_type, \ilPageObjectGUI $page_gui, int $style_id, $pcid)
 
- 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.

References $DIC.

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

Member Function Documentation

◆ getEditComponentForm()

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

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

References $lng, ilPageObjectGUI\getPageObject(), and ilPCGridGUI\initCreationForm().

40  : string
41  {
42  return "";
43  }
+ Here is the call graph for this function:

◆ getEditorElements()

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

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.

Referenced by getEditComponentForm().


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