示例#1
0
 /**
  * @return mixed
  */
 public function getTotalCharacterKillmails()
 {
     return Detail::count('killID');
 }