public function offsetSet($offset, $value)
 {
     throw InvalidOperationException::unsupportedSet($this);
 }
Example #2
0
 /**
  * @internal
  */
 public function __set($name, $value)
 {
     throw InvalidOperationException::unsupportedSet($this);
 }