phpQueryObject::offsetExists PHP Метод

offsetExists() публичный Метод

public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return $this->find($offset)->size() > 0;
    }