DefaultUnionQueryProvider Class Reference
Detailed Description
DefaultUnionQueryProvider provides queries for multiple types using the PersistentFacade::loadObjects() method.
Definition at line 23 of file DefaultUnionQueryProvider.php.
Inheritance diagram for DefaultUnionQueryProvider:Public Member Functions | |
| __construct ($types, $criteria=null) | |
| getIds () | |
| execute ($queryId, $buildDepth, $orderby, $pagingInfo) | |
Protected Attributes | |
| $queries = [] | |
Constructor & Destructor Documentation
◆ __construct()
| __construct | ( | $types, | |
$criteria = null |
|||
| ) |
Constructor.
- Parameters
-
$types Array of types to query $criteria
Definition at line 31 of file DefaultUnionQueryProvider.php.
Member Function Documentation
◆ getIds()
| getIds | ( | ) |
- See also
- UnionQueryProvider::getIds()
Implements UnionQueryProvider.
Definition at line 61 of file DefaultUnionQueryProvider.php.
◆ execute()
| execute | ( | $queryId, | |
| $buildDepth, | |||
| $orderby, | |||
| $pagingInfo | |||
| ) |
- See also
- UnionQueryProvider::execute()
Implements UnionQueryProvider.
Definition at line 68 of file DefaultUnionQueryProvider.php.
Member Data Documentation
◆ $queries
|
protected |
Definition at line 24 of file DefaultUnionQueryProvider.php.