PhpMatcherDumper

PhpMatcherDumper

class PhpMatcherDumper extends MatcherDumper

PhpMatcherDumper creates a PHP class able to match URLs for a given set of routes.

Methods

__construct(RouteCollection $routes)

Constructor.

from MatcherDumper
RouteCollection getRoutes()

Gets the routes to dump.

from MatcherDumper
string dump(array $options = array())

Dumps a set of routes to a PHP class.

addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider)

Details

__construct(RouteCollection $routes)

Constructor.

Parameters

RouteCollection $routes The RouteCollection to dump

RouteCollection getRoutes()

Gets the routes to dump.

Return Value

RouteCollection A RouteCollection instance

string dump(array $options = array())

Dumps a set of routes to a PHP class.

Available options:

  • class: The class name
  • base_class: The base class name

Parameters

array $options An array of options

Return Value

string Executable code

addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider)

Parameters

ExpressionFunctionProviderInterface $provider

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.3/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部