示例#1
0
 /**
  * {@inheritdoc}
  * @see   ArrayAccess:offsetUnset
  * @param mixed $offset
  */
 public function offsetUnset($offset)
 {
     if (!$offset instanceof ConfigInterface) {
         throw InvalidArgumentException::configRequired();
     }
     $this->__unset($offset);
 }