| 1 | <?php |
||
| 27 | class DefaultNavigationFactory extends ZfDefaultNavigationFactory |
||
| 28 | { |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Inject components into the pages. |
||
| 32 | * |
||
| 33 | * @internal |
||
| 34 | * Parses the pages options for the "active_on" property and |
||
| 35 | * sets the active flag if one of the routes match. |
||
| 36 | * |
||
| 37 | * {@inheritDoc} |
||
| 38 | * @since 0.30 add check, if $routeMatch is null |
||
| 39 | */ |
||
| 40 | protected function injectComponents( |
||
| 59 | |||
| 60 | |||
| 61 | } |