예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function offsetUnset($id)
 {
     $this->container->offsetUnset($id);
 }
예제 #2
0
파일: Container.php 프로젝트: elfet/simple
 public function offsetUnset($offset)
 {
     $this->pimple->offsetUnset($offset);
 }