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