ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.PageComponentEditor.php
Go to the documentation of this file.
1 <?php
2 
20 
22 
27 {
31  public function getEditorElements(
32  UIWrapper $ui_wrapper,
33  string $page_type,
34  \ilPageObjectGUI $page_gui,
35  int $style_id
36  ): array;
37 
41  public function getEditComponentForm(
42  UIWrapper $ui_wrapper,
43  string $page_type,
44  \ilPageObjectGUI $page_gui,
45  int $style_id,
46  string $pcid
47  ): string;
48 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilPageObjectGUI.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getEditComponentForm(UIWrapper $ui_wrapper, string $page_type, \ilPageObjectGUI $page_gui, int $style_id, string $pcid)
Get rendered editor elements.
getEditorElements(UIWrapper $ui_wrapper, string $page_type, \ilPageObjectGUI $page_gui, int $style_id)
Get rendered editor elements.