示例#1
0
 /**
  * Short method to access getter of container
  * 
  * @param string $key
  * @return Mixed
  */
 protected function get($key)
 {
     return $this->container->get($key);
 }