示例#1
0
文件: Http.php 项目: aufa/Enproject
 /**
  * Get application instantly
  * @param  string $appname  the application key name
  * @return object           Http instance exists
  */
 public static function get($appname)
 {
     return Enproject::get("\\Http\\{$appname}");
 }
示例#2
0
 /**
  * Get application instantly
  *
  * @param  string $appname  the application key name
  * @return object           Cryptography instance exists
  */
 public static function get($appname)
 {
     return Enproject::get("\\Cryptography\\{$appname}");
 }