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