Elgg
Version 6.1
|
Builds queries for matching annotations against their properties. More...
Public Member Functions | |
prepare (QueryBuilder $qb, $table_alias=null) | |
{} More... | |
Public Member Functions inherited from Elgg\Database\Clauses\WhereClause | |
__construct ($expr=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 | |
$ids | |
$entity_guids | |
$owner_guids | |
$access_ids | |
$names | |
string | $comparison = '=' |
$values | |
string | $value_type = ELGG_VALUE_STRING |
bool | $case_sensitive = true |
$created_after | |
$created_before | |
string | $sort_by_direction = null |
string | $sort_by_calculation = null |
bool | $ignore_access = null |
int | $viewer_guid = null |
Public Attributes inherited from Elgg\Database\Clauses\WhereClause | |
$expr | |
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... | |
Builds queries for matching annotations against their properties.
Definition at line 11 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::prepare | ( | QueryBuilder | $qb, |
$table_alias = null |
|||
) |
Elgg\Database\Clauses\AnnotationWhereClause::$access_ids |
Definition at line 31 of file AnnotationWhereClause.php.
bool Elgg\Database\Clauses\AnnotationWhereClause::$case_sensitive = true |
Definition at line 47 of file AnnotationWhereClause.php.
string Elgg\Database\Clauses\AnnotationWhereClause::$comparison = '=' |
Definition at line 38 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$created_after |
Definition at line 52 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$created_before |
Definition at line 57 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$entity_guids |
Definition at line 21 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$ids |
Definition at line 16 of file AnnotationWhereClause.php.
bool Elgg\Database\Clauses\AnnotationWhereClause::$ignore_access = null |
Definition at line 63 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$names |
Definition at line 36 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$owner_guids |
Definition at line 26 of file AnnotationWhereClause.php.
string Elgg\Database\Clauses\AnnotationWhereClause::$sort_by_calculation = null |
Definition at line 61 of file AnnotationWhereClause.php.
string Elgg\Database\Clauses\AnnotationWhereClause::$sort_by_direction = null |
Definition at line 59 of file AnnotationWhereClause.php.
string Elgg\Database\Clauses\AnnotationWhereClause::$value_type = ELGG_VALUE_STRING |
Definition at line 45 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$values |
Definition at line 43 of file AnnotationWhereClause.php.
int Elgg\Database\Clauses\AnnotationWhereClause::$viewer_guid = null |
Definition at line 65 of file AnnotationWhereClause.php.