PHP 클래스 ApiPlatform\Core\Problem\Serializer\ErrorNormalizer

또한 보기: https://tools.ietf.org/html/rfc7807
저자: Kévin Dunglas ([email protected])
상속: implements Symfony\Component\Serializer\Normalizer\NormalizerInterface
파일 보기 프로젝트 열기: api-platform/core 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( boolean $debug = false )
normalize ( $object, $format = null, array $context = [] )
supportsNormalization ( $data, $format = null )

메소드 상세

__construct() 공개 메소드

public __construct ( boolean $debug = false )
$debug boolean

normalize() 공개 메소드

public normalize ( $object, $format = null, array $context = [] )
$context array

supportsNormalization() 공개 메소드

public supportsNormalization ( $data, $format = null )