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