buildJoinVariables.php
Table of Contents
Functions
- buildJoinVariables() : string
- Generates a string of multiple AQL 'LET' statements for all defined joins variables.
Functions
buildJoinVariables()
Generates a string of multiple AQL 'LET' statements for all defined joins variables.
buildJoinVariables([array<string|int, mixed> &$variables = [] ][, array<string|int, mixed> $definitions = [] ][, string $docRef = AQL::DOC ][, ContainerInterface|null $container = null ][, array<string|int, mixed> $init = [] ]) : string
Parameters
- $variables : array<string|int, mixed> = []
- $definitions : array<string|int, mixed> = []
- $docRef : string = AQL::DOC
- $container : ContainerInterface|null = null
- $init : array<string|int, mixed> = []