34 if ($this->expr instanceof
Closure) {
35 $where = call_user_func($this->expr, $qb, $table_alias);
38 if ($where instanceof CompositeExpression || is_string($where)) {
prepare(QueryBuilder $qb, $table_alias=null)
{Build an expression and/or apply it to an instance of query builder.Query builder Table aliasComposi...
Database abstraction query builder.
Interface that allows resolving statements and/or extending query builder.
Builds a clause from closure or composite expression.
__construct($expr=null)
Constructor.