ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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}
Class ilPageObjectGUI.
getEditorElements(UIWrapper $ui_wrapper, string $page_type, \ilPageObjectGUI $page_gui, int $style_id)
Get rendered editor elements.
getEditComponentForm(UIWrapper $ui_wrapper, string $page_type, \ilPageObjectGUI $page_gui, int $style_id, string $pcid)
Get rendered editor elements.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...