class CompiledRoute

Same name in this branch

CompiledRoutes are returned by the RouteCompiler class.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of CompiledRoute

1 file declares its use of CompiledRoute

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php, line 19

Namespace

Symfony\Component\Routing
View source

Members

Namesort descending Modifiers Type Description Overrides
CompiledRoute::$regex private property
CompiledRoute::$staticPrefix private property
CompiledRoute::$tokens private property
CompiledRoute::$variables private property
CompiledRoute::getRegex public function Returns the regex.
CompiledRoute::getStaticPrefix public function Returns the static prefix.
CompiledRoute::getTokens public function Returns the tokens.
CompiledRoute::getVariables public function Returns the variables.
CompiledRoute::__construct public function Constructor.