FluentDOM\QualifiedName::__set PHP Method

__set() public method

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