| 1 | <?php |
||
| 20 | class NavigationNode extends AbstractNavigationNode { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Constructor. |
||
| 24 | * |
||
| 25 | * @param string $name The name. |
||
| 26 | * @param string $icon The icon. |
||
| 27 | * @param string $route The route. |
||
| 28 | * @param string $matcher The matcher. |
||
| 29 | */ |
||
| 30 | public function __construct($name, $icon = null, $route = null, $matcher = self::NAVIGATION_MATCHER_URL) { |
||
| 33 | |||
| 34 | } |
||
| 35 |