ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ManipulatorInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
27{
34 public function prepareCreateOrUpdate(
35 SetInterface $set,
37 string ...$values
38 ): SetInterface;
39
40 public function prepareForceCreate(
41 SetInterface $set,
43 string ...$values
44 ): SetInterface;
45
46 public function prepareDelete(
47 SetInterface $set,
49 ): SetInterface;
50}
prepareForceCreate(SetInterface $set, PathInterface $path, string ... $values)
prepareCreateOrUpdate(SetInterface $set, PathInterface $path, string ... $values)
Follows the path, adding scaffolds where necessary to perform the step.
prepareDelete(SetInterface $set, PathInterface $path)
$path
Definition: ltiservices.php:30