JamesMoss\Flywheel\Predicate::orWhere PHP Method

orWhere() public method

public orWhere ( $field, $operator = null, $value = null )
    public function orWhere($field, $operator = null, $value = null)
    {
        $this->addPredicate(self::LOGICAL_OR, $field, $operator, $value);
        return $this;
    }