buildEdgeCountVariable.php
Table of Contents
Functions
- buildEdgeCountVariable() : string|null
- Generates a string of multiple AQL 'LET' statements for calculate the number of edges of a specific document.
Functions
buildEdgeCountVariable()
Generates a string of multiple AQL 'LET' statements for calculate the number of edges of a specific document.
buildEdgeCountVariable(string|null $name[, array<string|int, mixed> $definition = [] ][, string $startVertex = AQL::DOC ][, ContainerInterface|null $container = null ]) : string|null
Parameters
- $name : string|null
- $definition : array<string|int, mixed> = []
- $startVertex : string = AQL::DOC
- $container : ContainerInterface|null = null