コード例 #1
0
ファイル: Award.php プロジェクト: vanderlin/halp
 public static function titleForType($type)
 {
     return Award::getAwardType($type)->title;
 }