PHP Class Networking\InitCmsBundle\Entity\ContentRouteManager

Author: net working AG ([email protected])
Inheritance: extends Networking\InitCmsBundle\Doctrine\ContentRouteManager
Mostra file Open project: networking/init-cms-bundle

Protected Properties

Property Type Description
$class string
$objectManager Doctrine\Common\Persistence\ObjectManager
$repository Doctrine\Common\Persistence\ObjectRepository
$request Symfony\Component\HttpFoundation\Request

Public Methods

Method Description
__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}

Method Details

__construct() public method

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

findContentByContentRoute() public method

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

findContentRouteBy() public method

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

getClass() public method

Return the class used for content routes
public getClass ( ) : string
return string

getRouteCollectionForRequest() public method

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

Property Details

$class protected_oe property

protected string $class
return string

$objectManager protected_oe property

protected ObjectManager,Doctrine\Common\Persistence $objectManager
return Doctrine\Common\Persistence\ObjectManager

$repository protected_oe property

protected ObjectRepository,Doctrine\Common\Persistence $repository
return Doctrine\Common\Persistence\ObjectRepository

$request protected_oe property

protected Request,Symfony\Component\HttpFoundation $request
return Symfony\Component\HttpFoundation\Request