class RoutingConfigurator
| AddTrait |
| RouteConfigurator | add(string $name, $path) Adds a route. | from AddTrait |
| RouteConfigurator | __invoke(string $name, $path) Adds a route. | from AddTrait |
| __construct(RouteCollection $collection, PhpFileLoader $loader, string $path, string $file) | ||
| ImportConfigurator | import($resource, $type = null, $ignoreErrors = false) | |
| CollectionConfigurator | collection($name = '') |
Adds a route.
| string | $name | |
| $path |
| RouteConfigurator |
Adds a route.
| string | $name | |
| $path |
| RouteConfigurator |
| RouteCollection | $collection | |
| PhpFileLoader | $loader | |
| string | $path | |
| string | $file |
| $resource | ||
| $type | ||
| $ignoreErrors |
| ImportConfigurator |
| $name |
| CollectionConfigurator |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Routing/Loader/Configurator/RoutingConfigurator.html