PHP 클래스 ApiPlatform\Core\Hal\Serializer\CollectionNormalizer

저자: Kevin Dunglas ([email protected])
저자: Hamza Amrouche ([email protected])
상속: implements Symfony\Component\Serializer\Normalizer\NormalizerInterface, implements Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface, use trait ApiPlatform\Core\Serializer\ContextTrait, use trait Symfony\Component\Serializer\Normalizer\NormalizerAwareTrait
파일 보기 프로젝트 열기: api-platform/core 1 사용 예제들

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( ApiPlatform\Core\Api\ResourceClassResolverInterface $resourceClassResolver, string $pageParameterName )
$resourceClassResolver ApiPlatform\Core\Api\ResourceClassResolverInterface
$pageParameterName string

normalize() 공개 메소드

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

supportsNormalization() 공개 메소드

public supportsNormalization ( $data, $format = null )