You are here

protected property DynamicRouter::$sortedEnhancers in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/DynamicRouter.php \Symfony\Cmf\Component\Routing\DynamicRouter::sortedEnhancers

Cached sorted list of enhancers

Type: RouteEnhancerInterface[]

File

vendor/symfony-cmf/routing/DynamicRouter.php, line 64

Class

DynamicRouter
A flexible router accepting matcher and generator through injection and using the RouteEnhancer concept to generate additional data on the routes.

Namespace

Symfony\Cmf\Component\Routing

Code

protected $sortedEnhancers = array();