PHP 클래스 ApiPlatform\Core\Util\ErrorFormatGuesser

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

공개 메소드들

메소드 설명
guessErrorFormat ( Request $request, array $errorFormats ) : array Get the error format and its associated MIME type.

비공개 메소드들

메소드 설명
__construct ( )

메소드 상세

guessErrorFormat() 공개 정적인 메소드

Get the error format and its associated MIME type.
public static guessErrorFormat ( Request $request, array $errorFormats ) : array
$request Symfony\Component\HttpFoundation\Request
$errorFormats array
리턴 array