| 1 | <?php |
||
| 22 | class RoutesConfig extends AbstractRoutesConfig |
||
| 23 | { |
||
| 24 | /** @var array */ |
||
| 25 | protected $data; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Returns array that contains project routes configuration |
||
| 29 | * |
||
| 30 | * @return array |
||
| 31 | */ |
||
| 32 | 4 | public function getData() |
|
| 40 | |||
| 41 | /** |
||
| 42 | * Returns section of routes |
||
| 43 | * |
||
| 44 | * @param string $name Name of section |
||
| 45 | * |
||
| 46 | * @return array |
||
| 47 | */ |
||
| 48 | 3 | public function getSection($name) |
|
| 54 | } |
||
| 55 |