PHP Интерфейс Networking\InitCmsBundle\Model\ContentRouteManagerInterface

Автор: Yorkie Chadwick ([email protected])
Наследование: extends Symfony\Cmf\Component\Routing\RouteProviderInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
findContentByContentRoute ( Networking\InitCmsBundle\Model\ContentRouteInterface $contentRoute ) : mixed
findContentRouteBy ( array $criteria ) : mixed
getRouteContent ( Networking\InitCmsBundle\Model\ContentRouteInterface $contentRoute ) : object
initializeContentRoute ( Networking\InitCmsBundle\Model\ContentRouteInterface &$contentRoute )
setClassName ( string $className = null )

Описание методов

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

public findContentByContentRoute ( Networking\InitCmsBundle\Model\ContentRouteInterface $contentRoute ) : mixed
$contentRoute Networking\InitCmsBundle\Model\ContentRouteInterface
Результат mixed

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

public findContentRouteBy ( array $criteria ) : mixed
$criteria array
Результат mixed

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

public getRouteContent ( Networking\InitCmsBundle\Model\ContentRouteInterface $contentRoute ) : object
$contentRoute Networking\InitCmsBundle\Model\ContentRouteInterface
Результат object

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

public initializeContentRoute ( Networking\InitCmsBundle\Model\ContentRouteInterface &$contentRoute )
$contentRoute Networking\InitCmsBundle\Model\ContentRouteInterface

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

public setClassName ( string $className = null )
$className string