FluentDOM\Query\Attributes::offsetGet PHP Метод

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

Read the specified attribute from the first node
См. также: ArrayAccess::offsetGet()
См. также: FluentDOM::attr()
public offsetGet ( string $name ) : string
$name string
Результат string
    public function offsetGet($name)
    {
        return $this->_fd->attr($name);
    }