FluentDOM\Query\Css::offsetSet PHP Method

offsetSet() public method

Allow to use array syntax to change a css property value on all matched nodes.
See also: ArrayAccess::offsetSet()
public offsetSet ( string $name, string $value )
$name string
$value string
    public function offsetSet($name, $value)
    {
        $this->_fd->css($name, $value);
    }