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