| 1 | <?php |
||
| 9 | class Result extends AbstractModel |
||
| 10 | { |
||
| 11 | protected $posGen; |
||
| 12 | protected $bib; |
||
| 13 | protected $fullName; |
||
| 14 | protected $href; |
||
| 15 | protected $time; |
||
| 16 | protected $category; |
||
| 17 | protected $posCategory; |
||
| 18 | protected $gender; |
||
| 19 | protected $posGender; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @return array |
||
| 23 | */ |
||
| 24 | public static function getLabelMaps() |
||
| 37 | } |
||
| 38 |