PHP 클래스 ApiPlatform\Core\Util\RequestAttributesExtractor

저자: Kévin Dunglas ([email protected])
파일 보기 프로젝트 열기: api-platform/core 1 사용 예제들

공개 메소드들

메소드 설명
extractAttributes ( Request $request ) : array Extracts resource class, operation name and format request attributes. Throws an exception if the request does not contain required attributes.

비공개 메소드들

메소드 설명
__construct ( )

메소드 상세

extractAttributes() 공개 정적인 메소드

Extracts resource class, operation name and format request attributes. Throws an exception if the request does not contain required attributes.
public static extractAttributes ( Request $request ) : array
$request Symfony\Component\HttpFoundation\Request
리턴 array