ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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
}
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
$path
$path
Definition:
ltiservices.php:29
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
components
ILIAS
MetaData
classes
Manipulator
ManipulatorInterface.php
Generated on Mon Sep 1 2025 23:03:31 for ILIAS by
1.8.13 (using
Doxyfile
)