mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-10 16:12:13 +00:00
0e393fdc5f
- Added better description of partialGroups in the documentation. - Added custom base path example in documentation. - Added isSubRoute event parameter for EVENT_ADD_ROUTE. - Removed deprecation phpDoc from partialGroup. - Added unit-test for adding custom base path.
7 lines
120 B
PHP
7 lines
120 B
PHP
<?php
|
|
namespace Pecee\SimpleRouter\Route;
|
|
|
|
class RoutePartialGroup extends RouteGroup implements IPartialGroupRoute
|
|
{
|
|
|
|
} |