Пример #1
0
 /**
  * Delete a specific module.
  *
  * @param string $name
  * @return bool 
  * @static 
  */
 public static function delete($name)
 {
     return \Pingpong\Modules\Repository::delete($name);
 }