public function offsetUnset($offset)
 {
     throw InvalidOperationException::unsupportedUnset($this);
 }
Beispiel #2
0
 /**
  * @internal
  */
 public function __unset($name)
 {
     throw InvalidOperationException::unsupportedUnset($this);
 }