Elgg
Version 6.1
|
Builds quereis for matching entities by their attributes. 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 | |
$names | |
$comparison = '=' | |
$values | |
$value_type = ELGG_VALUE_STRING | |
$case_sensitive | |
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 quereis for matching entities by their attributes.
Definition at line 10 of file AttributeWhereClause.php.
Elgg\Database\Clauses\AttributeWhereClause::prepare | ( | QueryBuilder | $qb, |
$table_alias = null |
|||
) |
{}
Definition at line 40 of file AttributeWhereClause.php.
Elgg\Database\Clauses\AttributeWhereClause::$case_sensitive |
Definition at line 35 of file AttributeWhereClause.php.
Elgg\Database\Clauses\AttributeWhereClause::$comparison = '=' |
Definition at line 20 of file AttributeWhereClause.php.
Elgg\Database\Clauses\AttributeWhereClause::$names |
Definition at line 15 of file AttributeWhereClause.php.
Elgg\Database\Clauses\AttributeWhereClause::$value_type = ELGG_VALUE_STRING |
Definition at line 30 of file AttributeWhereClause.php.
Elgg\Database\Clauses\AttributeWhereClause::$values |
Definition at line 25 of file AttributeWhereClause.php.