示例#1
0
 public static function import($moduleFolder)
 {
     Module::load($moduleFolder);
 }
示例#2
0
 /**
  * Import resources and templates from the given
  * module folder
  */
 public static function import($path)
 {
     Module::load($path);
 }