ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
ManipulatorInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Manipulator
;
22
23
use
ILIAS\MetaData\Elements\SetInterface
;
24
use
ILIAS\MetaData\Paths\PathInterface
;
25
26
interface
ManipulatorInterface
27
{
34
public
function
prepareCreateOrUpdate
(
35
SetInterface
$set,
36
PathInterface
$path
,
37
string
...$values
38
):
SetInterface
;
39
40
public
function
prepareForceCreate
(
41
SetInterface
$set,
42
PathInterface
$path,
43
string
...$values
44
):
SetInterface
;
45
46
public
function
prepareDelete
(
47
SetInterface
$set,
48
PathInterface
$path
49
):
SetInterface
;
50
51
public
function
execute
(
SetInterface
$set): void;
52
}
ILIAS\MetaData\Manipulator\ManipulatorInterface\prepareDelete
prepareDelete(SetInterface $set, PathInterface $path)
ILIAS\MetaData\Manipulator\ManipulatorInterface\prepareCreateOrUpdate
prepareCreateOrUpdate(SetInterface $set, PathInterface $path, string ... $values)
Follows the path, adding scaffolds where necessary to perform the step.
ILIAS\MetaData\Manipulator\ManipulatorInterface
Definition:
ManipulatorInterface.php:26
ILIAS\MetaData\Paths\PathInterface
Definition:
PathInterface.php:25
ILIAS\MetaData\Manipulator\ManipulatorInterface\execute
execute(SetInterface $set)
$path
$path
Definition:
ltiservices.php:32
ILIAS\MetaData\Manipulator\ManipulatorInterface\prepareForceCreate
prepareForceCreate(SetInterface $set, PathInterface $path, string ... $values)
SetInterface
ILIAS\MetaData\Manipulator
Definition:
Manipulator.php:21
ILIAS\MetaData\Elements\SetInterface
Definition:
SetInterface.php:26
PathInterface
Services
MetaData
classes
Manipulator
ManipulatorInterface.php
Generated on Wed Sep 10 2025 14:11:40 for ILIAS by
1.8.13 (using
Doxyfile
)