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