updateEdgeRelation.php
Table of Contents
Functions
- updateEdgeRelation() : void
- Handles the update of a single EDGE-type relation.
Functions
updateEdgeRelation()
Handles the update of a single EDGE-type relation.
updateEdgeRelation(string $name, array<string|int, mixed> $options, array<string|int, mixed>|object|null $document[, ContainerInterface|null $container = null ][, Documents|null $documents = null ]) : void
Parameters
- $name : string
-
The relation property name.
- $options : array<string|int, mixed>
-
The relation definition options.
- $document : array<string|int, mixed>|object|null
-
The current document instance.
- $container : ContainerInterface|null = null
-
Optional PSR-11 container used to resolve the Edges definitions
- $documents : Documents|null = null
-
Optional Documents reference to find the Edges definitions.