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