Networking\InitCmsBundle\Model\Page::getAliasFullPath PHP Method

getAliasFullPath() public method

public getAliasFullPath ( ) : string
return string
    public function getAliasFullPath()
    {
        if (!$this->getAlias()) {
            return '';
        }
        return $this->alias->getFullPath();
    }
Page