Exemplo n.º 1
0
 /**
  * 	method:	getService
  *
  * 	todo: write documentation
  */
 public static function getService($route, $group = NULL, $domain = NULL)
 {
     return Amslib_Router::getService($route, $group, $domain = NULL);
 }