Elgg
Version 6.1
|
Extends QueryBuilder with clauses necessary to sort entity lists by entity properties. More...
Public Member Functions | |
prepare (QueryBuilder $qb, $table_alias=null) | |
{} More... | |
Public Member Functions inherited from Elgg\Database\Clauses\OrderByClause | |
__construct ($expr=null, $direction=null) | |
Constructor. More... | |
prepare (QueryBuilder $qb, $table_alias=null) | |
{} More... | |
Public Member Functions inherited from Elgg\Database\Clauses\Clause | |
prepare (QueryBuilder $qb, $table_alias=null) | |
Build an expression and/or apply it to an instance of query builder. More... | |
Public Attributes | |
$property | |
$signed | |
$join_type | |
$property_type | |
$inverse_relationship | |
$relationship_guid | |
Public Attributes inherited from Elgg\Database\Clauses\OrderByClause | |
$expr | |
$direction | |
Additional Inherited Members | |
Protected Member Functions inherited from Elgg\Database\Clauses\Clause | |
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 |
|||
) |
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.