PHP Класс Networking\InitCmsBundle\Entity\ContentRouteManager

Автор: net working AG ([email protected])
Наследование: extends Networking\InitCmsBundle\Doctrine\ContentRouteManager
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$class string
$objectManager Doctrine\Common\Persistence\ObjectManager
$repository Doctrine\Common\Persistence\ObjectRepository
$request Symfony\Component\HttpFoundation\Request

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

Метод Описание
__construct ( Doctrine\Common\Persistence\ObjectManager $om, $class ) ContentRouteManager constructor.
findContentByContentRoute ( Networking\InitCmsBundle\Model\ContentRouteInterface $contentRoute ) : object
findContentRouteBy ( array $criteria ) : mixed
getClass ( ) : string Return the class used for content routes
getRouteCollectionForRequest ( Request $request ) {@inheritDoc}

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

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

ContentRouteManager constructor.
public __construct ( Doctrine\Common\Persistence\ObjectManager $om, $class )
$om Doctrine\Common\Persistence\ObjectManager
$class

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

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

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

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

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

Return the class used for content routes
public getClass ( ) : string
Результат string

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

{@inheritDoc}
public getRouteCollectionForRequest ( Request $request )
$request Symfony\Component\HttpFoundation\Request

Описание свойств

$class защищенное свойство

protected string $class
Результат string

$objectManager защищенное свойство

protected ObjectManager,Doctrine\Common\Persistence $objectManager
Результат Doctrine\Common\Persistence\ObjectManager

$repository защищенное свойство

protected ObjectRepository,Doctrine\Common\Persistence $repository
Результат Doctrine\Common\Persistence\ObjectRepository

$request защищенное свойство

protected Request,Symfony\Component\HttpFoundation $request
Результат Symfony\Component\HttpFoundation\Request