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