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