コード例 #1
0
ファイル: EventTypes.php プロジェクト: Headrun-php/TLG
 static function getAllEventTypes()
 {
     return EventTypes::lists('name', 'id');
 }