phpQueryObject::offsetGet PHP 메소드

offsetGet() 공개 메소드

public offsetGet ( $offset )
    public function offsetGet($offset)
    {
        return $this->find($offset);
    }