示例#1
0
文件: Award.php 项目: vanderlin/halp
 public static function titleForType($type)
 {
     return Award::getAwardType($type)->title;
 }