PHP 인터페이스 ApiPlatform\Core\Serializer\SerializerContextBuilderInterface

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

공개 메소드들

메소드 설명
createFromRequest ( Request $request, boolean $normalization, array $extractedAttributes = null ) : array Creates a serialization context from a Request.

메소드 상세

createFromRequest() 공개 메소드

Creates a serialization context from a Request.
public createFromRequest ( Request $request, boolean $normalization, array $extractedAttributes = null ) : array
$request Symfony\Component\HttpFoundation\Request
$normalization boolean
$extractedAttributes array
리턴 array