Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route::getStaticPrefix PHP 메소드

getStaticPrefix() 공개 메소드

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);
    }