Service.class.php
305 Bytes
<?php
/**
* Enter description here...
*
*/
class Lib_Service {
/**
* Enter description here...
*
* @param String $router
* @return Util_Dao_SqlMap_MapQuery
*/
protected static function service($router) {
return Framework_YService::factory($router, SITE_ROOT_SQLMAP_DIR);
}
}