예제 #1
0
 /**
  * Determine whether the given module is activated.
  *
  * @param string $name
  * @return bool 
  * @static 
  */
 public static function active($name)
 {
     return \YCMS\Modules\Repository::active($name);
 }