public function andWhereIn($column, array $value) { return $this->where($column, array('$in' => array_values($value)), '$and'); }