Ejemplo n.º 1
0
 /**
  * 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}");
 }
Ejemplo n.º 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}");
 }