示例#1
0
 /**
  * {@inheritdoc}
  */
 public function offsetUnset($id)
 {
     $this->container->offsetUnset($id);
 }
示例#2
0
 public function offsetUnset($offset)
 {
     $this->pimple->offsetUnset($offset);
 }