PHP Interface Networking\InitCmsBundle\Model\ContentRouteManagerInterface

Author: Yorkie Chadwick ([email protected])
Inheritance: extends Symfony\Cmf\Component\Routing\RouteProviderInterface
Datei anzeigen Open project: networking/init-cms-bundle

Public Methods

Method Description
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 )

Method Details

findContentByContentRoute() public method

public findContentByContentRoute ( Networking\InitCmsBundle\Model\ContentRouteInterface $contentRoute ) : mixed
$contentRoute Networking\InitCmsBundle\Model\ContentRouteInterface
return mixed

findContentRouteBy() public method

public findContentRouteBy ( array $criteria ) : mixed
$criteria array
return mixed

getRouteContent() public method

public getRouteContent ( Networking\InitCmsBundle\Model\ContentRouteInterface $contentRoute ) : object
$contentRoute Networking\InitCmsBundle\Model\ContentRouteInterface
return object

initializeContentRoute() public method

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

setClassName() public method

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