JamesMoss\Flywheel\Predicate::andWhere PHP Method

andWhere() public method

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