FluentDOM\Nodes\Creator\Node::__set PHP Method

__set() public method

public __set ( string $name, mixed $value )
$name string
$value mixed
    public function __set($name, $value)
    {
        throw new \LogicException(sprintf('%s is immutable.', get_class($this)));
    }