ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
EditFormInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\EmployeeTalk\Metadata
;
22
23
interface
EditFormInterface
24
{
25
public
function
importFromPostAndValidate
(): bool;
26
27
public
function
updateMetadata
(): void;
28
29
public
function
render
(): string;
30
34
public
function
getFormGUI
():
\ilPropertyFormGUI
;
35
}
ilPropertyFormGUI
This class represents a property form user interface.
Definition:
class.ilPropertyFormGUI.php:31
ILIAS\EmployeeTalk\Metadata\EditFormInterface
Definition:
EditFormInterface.php:23
ILIAS\EmployeeTalk\Metadata\EditFormInterface\render
render()
ILIAS\EmployeeTalk\Metadata
Definition:
EditForm.php:21
ILIAS\EmployeeTalk\Metadata\EditFormInterface\updateMetadata
updateMetadata()
ILIAS\EmployeeTalk\Metadata\EditFormInterface\getFormGUI
getFormGUI()
Use this only for command forwarding via ctrl!
ILIAS\EmployeeTalk\Metadata\EditFormInterface\importFromPostAndValidate
importFromPostAndValidate()
components
ILIAS
EmployeeTalk
classes
Metadata
EditFormInterface.php
Generated on Sun Aug 31 2025 23:02:49 for ILIAS by
1.8.13 (using
Doxyfile
)