FluentDOM\Query\Attributes::offsetGet PHP Method

offsetGet() public method

Read the specified attribute from the first node
See also: ArrayAccess::offsetGet()
See also: FluentDOM::attr()
public offsetGet ( string $name ) : string
$name string
return string
    public function offsetGet($name)
    {
        return $this->_fd->attr($name);
    }