phpDataMapper_Query::andWhere PHP Method

andWhere() public method

public andWhere ( array $conditions = [], $type = "AND" )
$conditions array
    public function andWhere(array $conditions = array(), $type = "AND")
    {
        return $this->where($conditions, $type, "AND");
    }