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