phpQueryObject::offsetGet PHP Méthode

offsetGet() public méthode

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