示例#1
0
 /**
  * Create a new fatal error
  *
  * @return FileRepoStatus
  */
 function newFatal($message)
 {
     $params = func_get_args();
     array_unshift($params, $this);
     return MWInit::callStaticMethod('FileRepoStatus', 'newFatal', $params);
 }