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

Merges routes with the same path to a unique one, with the aggregate of merged methods in the _methods default.
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$mapper Mapper

공개 메소드들

메소드 설명
__construct ( Mapper $mapper )
mapCollection ( RouteCollection $restRouteCollection ) : RouteCollection Iterates over $restRouteCollection, and returns the corresponding RouteCollection of OPTIONS REST routes.

메소드 상세

__construct() 공개 메소드

public __construct ( Mapper $mapper )
$mapper Mapper

mapCollection() 공개 메소드

Iterates over $restRouteCollection, and returns the corresponding RouteCollection of OPTIONS REST routes.
public mapCollection ( RouteCollection $restRouteCollection ) : RouteCollection
$restRouteCollection Symfony\Component\Routing\RouteCollection
리턴 Symfony\Component\Routing\RouteCollection

프로퍼티 상세

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

protected Mapper,eZ\Bundle\EzPublishRestBundle\Routing\OptionsLoader $mapper
리턴 Mapper