Elgg
Version 3.0
|
Builds quereis for matching entities by their attributes. 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) | |||||||
Constructor. More... | |||||||
prepare (QueryBuilder $qb, $table_alias=null) | |||||||
{Build an expression and/or apply it to an instance of query builder.
| |||||||
Public Attributes | |
$names | |
$comparison = '=' | |
$values | |
$value_type = ELGG_VALUE_STRING | |
$case_sensitive | |
![]() | |
$expr | |
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 |
|||
) |
{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 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.