Elgg
Version 6.2
|
Extends QueryBuilder with clauses necessary to sort entity lists by entity properties. More...
Public Member Functions | |||||||
prepare (QueryBuilder $qb, $table_alias=null) | |||||||
{{Build an expression and/or apply it to an instance of query builder.
| |||||||
![]() | |||||||
__construct ($expr=null, $direction=null) | |||||||
Constructor. More... | |||||||
Public Attributes | |
$property | |
$signed | |
$join_type | |
$property_type | |
$inverse_relationship | |
$relationship_guid | |
![]() | |
$expr | |
$direction | |
Additional Inherited Members | |
![]() | |
isCallable ($callback) | |
Check if a clause expression is callable. More... | |
call ($callback, QueryBuilder $qb, $table_alias=null) | |
Call the expression for the clause. More... | |
callJoin ($callback, QueryBuilder $qb, $joined_alias, $table_alias=null) | |
Call the expression for a join clause. More... | |
Extends QueryBuilder with clauses necessary to sort entity lists by entity properties.
Definition at line 15 of file EntitySortByClause.php.
Elgg\Database\Clauses\EntitySortByClause::prepare | ( | QueryBuilder | $qb, |
$table_alias = null |
|||
) |
{{Build an expression and/or apply it to an instance of query builder.
QueryBuilder | $qb | Query builder |
string | $table_alias | Table alias |
DomainException |
Reimplemented from Elgg\Database\Clauses\OrderByClause.
Definition at line 52 of file EntitySortByClause.php.
Elgg\Database\Clauses\EntitySortByClause::$inverse_relationship |
Definition at line 40 of file EntitySortByClause.php.
Elgg\Database\Clauses\EntitySortByClause::$join_type |
Definition at line 30 of file EntitySortByClause.php.
Elgg\Database\Clauses\EntitySortByClause::$property |
Definition at line 20 of file EntitySortByClause.php.
Elgg\Database\Clauses\EntitySortByClause::$property_type |
Definition at line 35 of file EntitySortByClause.php.
Elgg\Database\Clauses\EntitySortByClause::$relationship_guid |
Definition at line 45 of file EntitySortByClause.php.
Elgg\Database\Clauses\EntitySortByClause::$signed |
Definition at line 25 of file EntitySortByClause.php.