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);
    }