Detailed Description

UnionQuery combines multiple query results to allow for sorting and paginating over different queries.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 23 of file UnionQuery.php.

Static Public Member Functions

static execute (UnionQueryProvider $queryProvider, $buildDepth=BuildDepth::SINGLE, $orderby=null, PagingInfo $pagingInfo=null)
 

Member Function Documentation

◆ execute()

static execute ( UnionQueryProvider  $queryProvider,
  $buildDepth = BuildDepth::SINGLE,
  $orderby = null,
PagingInfo  $pagingInfo = null 
)
static

Execute the provided queries.

Parameters
$queryProvider
$buildDepth
$orderby
Info$pagingInfo
Returns
Array of PersistentObject instances

Definition at line 33 of file UnionQuery.php.