ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NullManipulator.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
26{
27 public function prepareCreateOrUpdate(
29 string ...$values
32 }
33
34 public function prepareForceCreate(
36 string ...$values
39 }
40
42 {
43 return new NullManipulator();
44 }
45
46 public function execute(): void
47 {
48 }
49}
prepareCreateOrUpdate(PathInterface $path, string ... $values)
The values are set to be inserted into the elements specified by the path in order.
prepareForceCreate(PathInterface $path, string ... $values)
New elements are set to be created as specified by the path, and filled with the values.
prepareDelete(PathInterface $path)
All elements specified by the path are set to be deleted.
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$path
Definition: ltiservices.php:30