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