PHP Class eZ\Bundle\EzPublishRestBundle\Routing\OptionsLoader

Inheritance: extends Symfony\Component\Config\Loader\Loader
Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$routeCollectionMapper RouteCollectionMapperMapper

Public Methods

Method Description
__construct ( RouteCollectionMapper $mapper )
load ( mixed $resource, string $type = null ) : RouteCollection
supports ( $resource, $type = null )

Method Details

__construct() public method

public __construct ( RouteCollectionMapper $mapper )
$mapper eZ\Bundle\EzPublishRestBundle\Routing\OptionsLoader\RouteCollectionMapper

load() public method

public load ( mixed $resource, string $type = null ) : RouteCollection
$resource mixed
$type string
return Symfony\Component\Routing\RouteCollection

supports() public method

public supports ( $resource, $type = null )

Property Details

$routeCollectionMapper protected property

protected RouteCollectionMapperMapper $routeCollectionMapper
return RouteCollectionMapperMapper