Aggregate
Table of Contents
Methods
Methods
buildAggregateQuery()
public
static buildAggregateQuery(array<string|int, mixed> $params) : Query
Parameters
- $params : array<string|int, mixed>
-
Array of parameters: $params = [ 'PARENT_ID' => (int) Top parent node Id. 'CURRENT_LANG' => (string) Current language Id. 'LANGUAGES' => (string[]) Languages Ids. 'PATH_LIST' => (string) Path list to filter. ].
Tags
Return values
QuerybuildQuery()
public
static buildQuery(array<string|int, mixed> $params) : Query
Parameters
- $params : array<string|int, mixed>
-
Array of parameters: $params = [ 'PARENT_ID' => (int) Top parent node Id. 'CURRENT_LANG' => (string) Current language Id. 'LANGUAGES' => (string[]) Languages Ids. 'PATH_LIST' => (string) Path list to filter. ].