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