Webiny\Component\Router\Route\CompiledRoute::getStaticPrefix PHP Method

getStaticPrefix() public method

Get the static prefix.
public getStaticPrefix ( ) : string
return string
    public function getStaticPrefix()
    {
        return $this->staticPrefix;
    }