예제 #1
0
파일: App.php 프로젝트: jkinner/ringside
 /**
  * Enter description here...
  *
  * @param unknown_type $name
  * @return unknown
  */
 public static function getAppIdByName($name)
 {
     return Api_Dao_App::getAppIdByName($name);
 }