PHP Class eZ\Bundle\EzPublishRestBundle\Routing\OptionsLoader

Inheritance: extends Symfony\Component\Config\Loader\Loader
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$routeCollectionMapper RouteCollectionMapperMapper

Méthodes publiques

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

Method Details

__construct() public méthode

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

load() public méthode

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

supports() public méthode

public supports ( $resource, $type = null )

Property Details

$routeCollectionMapper protected_oe property

protected RouteCollectionMapperMapper $routeCollectionMapper
Résultat RouteCollectionMapperMapper