PHP 클래스 ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer

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

공개 메소드들

메소드 설명
__construct ( ApiPlatform\Core\Api\UrlGeneratorInterface $urlGenerator )
normalize ( $object, $format = null, array $context = [] )
supportsNormalization ( $data, $format = null )

메소드 상세

__construct() 공개 메소드

public __construct ( ApiPlatform\Core\Api\UrlGeneratorInterface $urlGenerator )
$urlGenerator ApiPlatform\Core\Api\UrlGeneratorInterface

normalize() 공개 메소드

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

supportsNormalization() 공개 메소드

public supportsNormalization ( $data, $format = null )