示例#1
0
 /**
  * 	method:	getService
  *
  * 	todo: write documentation
  */
 public function getService($name, $group = NULL, $domain = NULL)
 {
     return Amslib_Router_URL::getService($name, $group ? $group : $this->getName(), $domain);
 }