PHP 클래스 ApiPlatform\Core\Bridge\Symfony\Routing\Router

Kévin Dunglas
상속: implements Symfony\Component\Routing\RouterInterface, implements ApiPlatform\Core\Api\UrlGeneratorInterface
파일 보기 프로젝트 열기: api-platform/core 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Routing\RouterInterface $router )
generate ( $name, $parameters = [], $referenceType = self::ABS_PATH )
getContext ( )
getRouteCollection ( )
match ( $pathInfo )
setContext ( Symfony\Component\Routing\RequestContext $context )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Routing\RouterInterface $router )
$router Symfony\Component\Routing\RouterInterface

generate() 공개 메소드

public generate ( $name, $parameters = [], $referenceType = self::ABS_PATH )

getContext() 공개 메소드

public getContext ( )

getRouteCollection() 공개 메소드

public getRouteCollection ( )

match() 공개 메소드

public match ( $pathInfo )

setContext() 공개 메소드

public setContext ( Symfony\Component\Routing\RequestContext $context )
$context Symfony\Component\Routing\RequestContext