Property | Type | Description | |
---|---|---|---|
$class | string | ||
$className | string | ||
$container | Symfony\Component\DependencyInjection\ContainerInterface | ||
$request |
Method | Description | |
---|---|---|
generateRoute ( Networking\InitCmsBundle\Model\ContentRouteInterface $contentRoute, $path, $content ) : |
||
getRouteByName ( $name, $parameters = [] ) | {@inheritDoc} | |
getRouteContent ( Networking\InitCmsBundle\Model\ContentRouteInterface $contentRoute ) : object | ||
getRoutesByNames ( $names, $parameters = [] ) | {@inheritDoc} | |
initializeContentRoute ( Networking\InitCmsBundle\Model\ContentRouteInterface &$contentRoute ) | ||
setClassName ( $className = null ) | {@inheritDoc} |
public static generateRoute ( Networking\InitCmsBundle\Model\ContentRouteInterface $contentRoute, $path, $content ) : |
||
$contentRoute | Networking\InitCmsBundle\Model\ContentRouteInterface | |
$path | ||
$content | ||
return |
public getRouteContent ( Networking\InitCmsBundle\Model\ContentRouteInterface $contentRoute ) : object | ||
$contentRoute | Networking\InitCmsBundle\Model\ContentRouteInterface | |
return | object |
public initializeContentRoute ( Networking\InitCmsBundle\Model\ContentRouteInterface &$contentRoute ) | ||
$contentRoute | Networking\InitCmsBundle\Model\ContentRouteInterface |
protected ContainerInterface,Symfony\Component\DependencyInjection $container | ||
return | Symfony\Component\DependencyInjection\ContainerInterface |