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

2 files declare their 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::$hostRegex private property
CompiledRoute::$hostTokens private property
CompiledRoute::$hostVariables private property
CompiledRoute::$pathVariables private property
CompiledRoute::$regex private property
CompiledRoute::$staticPrefix private property
CompiledRoute::$tokens private property
CompiledRoute::$variables private property
CompiledRoute::getHostRegex public function Returns the host regex
CompiledRoute::getHostTokens public function Returns the host tokens.
CompiledRoute::getHostVariables public function Returns the host variables.
CompiledRoute::getPathVariables public function Returns the path variables.
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. 1