/**
  * {@inheritDoc}
  */
 protected function get($name)
 {
     return $this->pimple[parent::get($name)];
 }
 /**
  * {@inheritDoc}
  */
 protected function get($name)
 {
     $serviceId = parent::get($name);
     return $this->container->get($serviceId);
 }
예제 #3
0
 /**
  * {@inheritDoc}
  */
 protected function get($name)
 {
     return $this->container->make(parent::get($name));
 }