Elgg  Version 5.1
Public Member Functions | Public Attributes | List of all members
Elgg\Database\Clauses\AnnotationWhereClause Class Reference

Builds queries for matching annotations against their properties. More...

Inheritance diagram for Elgg\Database\Clauses\AnnotationWhereClause:
Elgg\Database\Clauses\WhereClause Elgg\Database\Clauses\Clause

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
 
 $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
 
- 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...
 

Detailed Description

Builds queries for matching annotations against their properties.

Definition at line 11 of file AnnotationWhereClause.php.

Member Function Documentation

Elgg\Database\Clauses\AnnotationWhereClause::prepare ( QueryBuilder  $qb,
  $table_alias = null 
)

{}

Exceptions
DomainException

Definition at line 102 of file AnnotationWhereClause.php.

Member Data Documentation

Elgg\Database\Clauses\AnnotationWhereClause::$access_ids

Definition at line 36 of file AnnotationWhereClause.php.

Elgg\Database\Clauses\AnnotationWhereClause::$case_sensitive = true

Definition at line 61 of file AnnotationWhereClause.php.

Elgg\Database\Clauses\AnnotationWhereClause::$comparison = '='

Definition at line 46 of file AnnotationWhereClause.php.

Elgg\Database\Clauses\AnnotationWhereClause::$created_after

Definition at line 66 of file AnnotationWhereClause.php.

Elgg\Database\Clauses\AnnotationWhereClause::$created_before

Definition at line 71 of file AnnotationWhereClause.php.

Elgg\Database\Clauses\AnnotationWhereClause::$enabled

Definition at line 31 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.

Elgg\Database\Clauses\AnnotationWhereClause::$ignore_access

Definition at line 86 of file AnnotationWhereClause.php.

Elgg\Database\Clauses\AnnotationWhereClause::$names

Definition at line 41 of file AnnotationWhereClause.php.

Elgg\Database\Clauses\AnnotationWhereClause::$owner_guids

Definition at line 26 of file AnnotationWhereClause.php.

Elgg\Database\Clauses\AnnotationWhereClause::$sort_by_calculation

Definition at line 81 of file AnnotationWhereClause.php.

Elgg\Database\Clauses\AnnotationWhereClause::$sort_by_direction

Definition at line 76 of file AnnotationWhereClause.php.

Elgg\Database\Clauses\AnnotationWhereClause::$use_enabled_clause

Definition at line 91 of file AnnotationWhereClause.php.

Elgg\Database\Clauses\AnnotationWhereClause::$value_type = ELGG_VALUE_STRING

Definition at line 56 of file AnnotationWhereClause.php.

Elgg\Database\Clauses\AnnotationWhereClause::$values

Definition at line 51 of file AnnotationWhereClause.php.

Elgg\Database\Clauses\AnnotationWhereClause::$viewer_guid

Definition at line 96 of file AnnotationWhereClause.php.


The documentation for this class was generated from the following file: