ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ 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:30
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()
Modules
EmployeeTalk
classes
Metadata
EditFormInterface.php
Generated on Wed Sep 10 2025 14:10:46 for ILIAS by
1.8.13 (using
Doxyfile
)