예제 #1
0
 public static function initialize($application, $path)
 {
     Static::$app = new $application($path);
     return Static::$app;
 }