Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function offsetUnset($id)
 {
     $this->container->offsetUnset($id);
 }
Exemplo n.º 2
0
 public function offsetUnset($offset)
 {
     $this->pimple->offsetUnset($offset);
 }