PHP 클래스 Networking\InitCmsBundle\Entity\ContentRouteManager

저자: net working AG ([email protected])
상속: extends Networking\InitCmsBundle\Doctrine\ContentRouteManager
파일 보기 프로젝트 열기: networking/init-cms-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$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