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

저자: Guilhem N. ([email protected])
상속: implements ApiPlatform\Core\PathResolver\OperationPathResolverInterface
파일 보기 프로젝트 열기: api-platform/core

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Routing\RouterInterface $router, ApiPlatform\Core\PathResolver\OperationPathResolverInterface $deferred )
resolveOperationPath ( string $resourceShortName, array $operation, boolean $collection ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Routing\RouterInterface $router, ApiPlatform\Core\PathResolver\OperationPathResolverInterface $deferred )
$router Symfony\Component\Routing\RouterInterface
$deferred ApiPlatform\Core\PathResolver\OperationPathResolverInterface

resolveOperationPath() 공개 메소드

public resolveOperationPath ( string $resourceShortName, array $operation, boolean $collection ) : string
$resourceShortName string
$operation array
$collection boolean
리턴 string