ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilPCGridEditorGUI Class Reference
+ Inheritance diagram for ilPCGridEditorGUI:
+ Collaboration diagram for ilPCGridEditorGUI:

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...
 

Protected Attributes

ilLanguage $lng
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ __construct()

ilPCGridEditorGUI::__construct ( )

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

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

30  {
31  global $DIC;
32  $this->lng = $DIC->language();
33  }
global $DIC
Definition: shib_login.php:22
+ Here is the call graph for this function:

Member Function Documentation

◆ getEditComponentForm()

ilPCGridEditorGUI::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 49 of file class.ilPCGridEditorGUI.php.

References $lng, ilPageObjectGUI\getPageObject(), ILIAS\COPage\Editor\Server\UIWrapper\getRenderedForm(), ilPCGridGUI\initCreationForm(), and null.

55  : string {
56  return "";
57  }
+ Here is the call graph for this function:

◆ getEditorElements()

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

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

References ILIAS\COPage\Editor\Server\UIWrapper\getRenderedIcon().

40  : array {
41  $form = $this->getCreationForm($page_gui, $ui_wrapper);
42 
43  return [
44  "creation_form" => $form,
45  "icon" => $ui_wrapper->getRenderedIcon("pecl")
46  ];
47  }
+ Here is the call graph for this function:

Field Documentation

◆ $lng

ilLanguage ilPCGridEditorGUI::$lng
protected

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

Referenced by getEditComponentForm().


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