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

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

Set the attribute on all selected element nodes
См. также: ArrayAccess::offsetSet()
См. также: FluentDOM::attr()
public offsetSet ( string $name, string $value )
$name string
$value string
    public function offsetSet($name, $value)
    {
        $this->_fd->attr($name, $value);
    }