예제 #1
0
 /**
  * Add a new namespace to the loader.
  *
  * @param string $namespace
  * @param string $hint
  * @return void 
  * @static 
  */
 public static function addNamespace($namespace, $hint)
 {
     \October\Rain\Translation\Translator::addNamespace($namespace, $hint);
 }