Networking\InitCmsBundle\Entity\ContentRouteManager::getClass PHP Method

getClass() public method

Return the class used for content routes
public getClass ( ) : string
return string
    public function getClass()
    {
        return $this->class;
    }