Exemplo n.º 1
0
 /**
  * Get service.
  *
  * @param string $name
  * @return object service object
  * @since 0.1.0
  */
 public final function getService($name)
 {
     return $this->container->getService($name);
 }
Exemplo n.º 2
0
 public function getDoctrine(Container $container)
 {
     return $container->getService('doctrine');
 }