Exemplo n.º 1
0
 /**
  * Getter.
  *
  * @param   string name
  *
  * @return application collections
  */
 public function __get($name)
 {
     $app =& Application::currentInstance();
     return $app[$name];
 }