PHP Class Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProvider

Inheritance: implements Sulu\Bundle\RouteBundle\Routing\Defaults\RouteDefaultsProviderInterface
Show file Open project: sulu/sulu

Public Methods

Method Description
__construct ( array $defaultsProvider )
getByEntity ( $entityClass, $id, $locale, $object = null )
isPublished ( $entityClass, $id, $locale )
supports ( $entityClass )

Private Methods

Method Description
getDefaultProvider ( $entityClass )

Method Details

__construct() public method

public __construct ( array $defaultsProvider )
$defaultsProvider array

getByEntity() public method

public getByEntity ( $entityClass, $id, $locale, $object = null )

isPublished() public method

public isPublished ( $entityClass, $id, $locale )

supports() public method

public supports ( $entityClass )