Elgg
Version 3.0
|
Extends QueryBuilder with clauses necesary 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... | |||||||
prepare (QueryBuilder $qb, $table_alias=null) | |||||||
{Build an expression and/or apply it to an instance of query builder.
| |||||||
Public Attributes | |
$property | |
$direction | |
$signed | |
$join_type | |
$property_type | |
![]() | |
$expr | |
$direction | |
Extends QueryBuilder with clauses necesary to sort entity lists by entity properties.
Definition at line 11 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 |
Implements Elgg\Database\Clauses\Clause.
Definition at line 41 of file EntitySortByClause.php.
Elgg\Database\Clauses\EntitySortByClause::$direction |
Definition at line 21 of file EntitySortByClause.php.
Elgg\Database\Clauses\EntitySortByClause::$join_type |
Definition at line 31 of file EntitySortByClause.php.
Elgg\Database\Clauses\EntitySortByClause::$property |
Definition at line 16 of file EntitySortByClause.php.
Elgg\Database\Clauses\EntitySortByClause::$property_type |
Definition at line 36 of file EntitySortByClause.php.
Elgg\Database\Clauses\EntitySortByClause::$signed |
Definition at line 26 of file EntitySortByClause.php.