PHP 클래스 eZ\Bundle\EzPublishRestBundle\Routing\OptionsLoader

상속: extends Symfony\Component\Config\Loader\Loader
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$routeCollectionMapper RouteCollectionMapperMapper

공개 메소드들

메소드 설명
__construct ( RouteCollectionMapper $mapper )
load ( mixed $resource, string $type = null ) : RouteCollection
supports ( $resource, $type = null )

메소드 상세

__construct() 공개 메소드

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

load() 공개 메소드

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

supports() 공개 메소드

public supports ( $resource, $type = null )

프로퍼티 상세

$routeCollectionMapper 보호되어 있는 프로퍼티

protected RouteCollectionMapperMapper $routeCollectionMapper
리턴 RouteCollectionMapperMapper