コード例 #1
0
ファイル: _ide_helper.php プロジェクト: jorzhikgit/MLM-Nexus
 /**
  * Prepend a new namespace to the loader.
  *
  * @param string $namespace
  * @param string|array $hints
  * @return void 
  * @static 
  */
 public static function prependNamespace($namespace, $hints)
 {
     \Illuminate\View\Environment::prependNamespace($namespace, $hints);
 }