public function CompiledRoute::getVariables in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/routing/CompiledRoute.php \Symfony\Component\Routing\CompiledRoute::getVariables()
Returns the variables.
Return value
array The variables
File
- vendor/
symfony/ routing/ CompiledRoute.php, line 142
Class
- CompiledRoute
- CompiledRoutes are returned by the RouteCompiler class.
Namespace
Symfony\Component\RoutingCode
public function getVariables() {
return $this->variables;
}