예제 #1
0
파일: Award.php 프로젝트: vanderlin/halp
 public static function titleForType($type)
 {
     return Award::getAwardType($type)->title;
 }