ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
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 Wed Apr 2 2025 23:02:43 for ILIAS by
1.8.13 (using
Doxyfile
)