コード例 #1
0
 /**
  * Forwarded to Pimple original container (although it should be avoided)
  *
  * @param string $id The unique identifier for the parameter or object
  */
 public function offsetUnset($id)
 {
     $this->container->offsetUnset($id);
 }