FluentDOM\Query\Attributes::offsetGet PHP Méthode

offsetGet() public méthode

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