Builds clauses for filtering entities by their properties in entity_relationships table.
More...
|
| prepare (QueryBuilder $qb, $table_alias=null) |
| {{Build an expression and/or apply it to an instance of query builder.- Parameters
-
- Returns
- CompositeExpression|null|string
}} More...
|
|
| __construct ($expr=null) |
| Constructor. More...
|
|
Builds clauses for filtering entities by their properties in entity_relationships table.
Definition at line 10 of file RelationshipWhereClause.php.
◆ factory()
static Elgg\Database\Clauses\RelationshipWhereClause::factory |
( |
array |
$attributes | ) |
|
|
static |
◆ prepare()
Elgg\Database\Clauses\RelationshipWhereClause::prepare |
( |
QueryBuilder |
$qb, |
|
|
|
$table_alias = null |
|
) |
| |
◆ $created_after
Elgg\Database\Clauses\RelationshipWhereClause::$created_after |
◆ $created_before
Elgg\Database\Clauses\RelationshipWhereClause::$created_before |
◆ $guid_one
Elgg\Database\Clauses\RelationshipWhereClause::$guid_one |
◆ $guid_two
Elgg\Database\Clauses\RelationshipWhereClause::$guid_two |
◆ $ids
Elgg\Database\Clauses\RelationshipWhereClause::$ids |
◆ $inverse
bool Elgg\Database\Clauses\RelationshipWhereClause::$inverse = false |
◆ $join_on
string Elgg\Database\Clauses\RelationshipWhereClause::$join_on = 'guid' |
◆ $names
Elgg\Database\Clauses\RelationshipWhereClause::$names |
The documentation for this class was generated from the following file: