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