ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
MetadataHandlerInterface.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
MetadataHandlerInterface
24
{
25
public
function
getEditForm
(
26
string
$type,
27
int
$id
,
28
string
$subtype,
29
int
$sub_id,
30
string
$form_action,
31
string
$submit_command,
32
string
$submit_label
33
):
EditFormInterface
;
34
35
public
function
getDisabledEditForm
(
36
string
$type,
37
int
$id,
38
string
$subtype,
39
int
$sub_id
40
):
EditFormInterface
;
41
42
public
function
copyValues
(
43
string
$from_type,
44
int
$from_id,
45
string
$to_type,
46
int
$to_id,
47
string
$subtype
48
): void;
49
50
public
function
attachSelectionToForm
(
51
string
$type,
52
int
$id,
53
string
$subtype,
54
int
$sub_id,
55
\
ilPropertyFormGUI
$form
56
): void;
57
58
public
function
saveSelectionFromForm
(
59
string
$type,
60
int
$id,
61
string
$subtype,
62
int
$sub_id,
63
\
ilPropertyFormGUI
$form
64
): void;
65
}
ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface
Definition:
MetadataHandlerInterface.php:23
ILIAS\EmployeeTalk\Metadata\EditFormInterface
Definition:
EditFormInterface.php:23
ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface\getEditForm
getEditForm(string $type, int $id, string $subtype, int $sub_id, string $form_action, string $submit_command, string $submit_label)
ILIAS\EmployeeTalk\Metadata
Definition:
EditForm.php:21
$id
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition:
plugin.php:23
ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface\attachSelectionToForm
attachSelectionToForm(string $type, int $id, string $subtype, int $sub_id, \ilPropertyFormGUI $form)
ilPropertyFormGUI
ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface\saveSelectionFromForm
saveSelectionFromForm(string $type, int $id, string $subtype, int $sub_id, \ilPropertyFormGUI $form)
ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface\copyValues
copyValues(string $from_type, int $from_id, string $to_type, int $to_id, string $subtype)
ILIAS\EmployeeTalk\Metadata\MetadataHandlerInterface\getDisabledEditForm
getDisabledEditForm(string $type, int $id, string $subtype, int $sub_id)
components
ILIAS
EmployeeTalk
classes
Metadata
MetadataHandlerInterface.php
Generated on Sun Aug 31 2025 23:02:49 for ILIAS by
1.8.13 (using
Doxyfile
)