ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
prepareDelete (SetInterface $set, PathInterface $path) | |
prepareCreateOrUpdate (SetInterface $set, PathInterface $path, string ... $values) | |
Follows the path, adding scaffolds where necessary to perform the step. More... | |
prepareForceCreate (SetInterface $set, PathInterface $path, string ... $values) | |
Definition at line 39 of file NullManipulator.php.
ILIAS\MetaData\Manipulator\NullManipulator::prepareCreateOrUpdate | ( | SetInterface | $set, |
PathInterface | $path, | ||
string ... | $values | ||
) |
Follows the path, adding scaffolds where necessary to perform the step.
At the last step, adds as many scaffolds as necessary to accomodate all passed values. Note that added scaffolds will not necessarily fulfill index or id filters of the path.
Implements ILIAS\MetaData\Manipulator\ManipulatorInterface.
Definition at line 48 of file NullManipulator.php.
ILIAS\MetaData\Manipulator\NullManipulator::prepareDelete | ( | SetInterface | $set, |
PathInterface | $path | ||
) |
Implements ILIAS\MetaData\Manipulator\ManipulatorInterface.
Definition at line 41 of file NullManipulator.php.
ILIAS\MetaData\Manipulator\NullManipulator::prepareForceCreate | ( | SetInterface | $set, |
PathInterface | $path, | ||
string ... | $values | ||
) |
Implements ILIAS\MetaData\Manipulator\ManipulatorInterface.
Definition at line 56 of file NullManipulator.php.