예제 #1
0
파일: Router.php 프로젝트: LobbyOS/server
 public static function __constructStatic()
 {
     self::$router = new \Klein\Klein();
 }
예제 #2
0
파일: Router.php 프로젝트: saviobosco/lobby
 public static function init()
 {
     self::$router = new \Klein\Klein();
 }