PHP 인터페이스 Networking\InitCmsBundle\Model\ContentRouteManagerInterface

저자: Yorkie Chadwick ([email protected])
상속: extends Symfony\Cmf\Component\Routing\RouteProviderInterface
파일 보기 프로젝트 열기: networking/init-cms-bundle

공개 메소드들

메소드 설명
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