Пример #1
0
 /**
  * get the urls in one batch
  * @param array $URLInfoList has to contain the route, data and extra
  * @return array URLs built based on the input
  */
 public function getUrls($URLInfoList)
 {
     return vB5_Route::buildUrls($URLInfoList);
 }