Elgg
Version 4.3
|
Builds queries for matching annotations against their properties. More...
Public Member Functions | |
prepare (QueryBuilder $qb, $table_alias=null) | |
{} More... | |
![]() | |
__construct ($expr=null) | |
Constructor. More... | |
prepare (QueryBuilder $qb, $table_alias=null) | |
{} More... | |
![]() | |
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 | |
$enabled | |
$access_ids | |
$names | |
$comparison = '=' | |
$values | |
$value_type = ELGG_VALUE_STRING | |
$case_sensitive = true | |
$created_after | |
$created_before | |
$sort_by_direction | |
$sort_by_calculation | |
$ignore_access | |
$use_enabled_clause | |
$viewer_guid | |
![]() | |
$expr | |
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... | |
Builds queries for matching annotations against their properties.
Definition at line 12 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::prepare | ( | QueryBuilder | $qb, |
$table_alias = null |
|||
) |
Elgg\Database\Clauses\AnnotationWhereClause::$access_ids |
Definition at line 37 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$case_sensitive = true |
Definition at line 62 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$comparison = '=' |
Definition at line 47 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$created_after |
Definition at line 67 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$created_before |
Definition at line 72 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$enabled |
Definition at line 32 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$entity_guids |
Definition at line 22 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$ids |
Definition at line 17 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$ignore_access |
Definition at line 87 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$names |
Definition at line 42 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$owner_guids |
Definition at line 27 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$sort_by_calculation |
Definition at line 82 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$sort_by_direction |
Definition at line 77 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$use_enabled_clause |
Definition at line 92 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$value_type = ELGG_VALUE_STRING |
Definition at line 57 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$values |
Definition at line 52 of file AnnotationWhereClause.php.
Elgg\Database\Clauses\AnnotationWhereClause::$viewer_guid |
Definition at line 97 of file AnnotationWhereClause.php.