Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route::getStaticPrefix PHP Method

getStaticPrefix() public method

Overwrite model method as we need to build this
public getStaticPrefix ( )
    public function getStaticPrefix()
    {
        $path = $this->getId();
        $prefix = $this->getPrefix();
        return $this->generateStaticPrefix($path, $prefix);
    }