Ejemplo n.º 1
0
 /**
  * Get service object.
  *
  * @param string $name
  * @return object service object
  * @since 0.1.0
  */
 protected function getService($name)
 {
     return $this->root->getService($name);
 }