Networking\InitCmsBundle\Model\Page::getRoute PHP Метод

getRoute() публичный Метод

{@inheritDoc}
public getRoute ( )
    public function getRoute()
    {
        return ContentRouteManager::generateRoute($this->contentRoute, $this->contentRoute->getPath(), $this);
    }
Page