Documentation

OrderNormalizer
in package
implements NormalizerInterface, CacheableSupportsMethodInterface

Interfaces, Classes and Traits

NormalizerInterface
CacheableSupportsMethodInterface

Table of Contents

$normalizer  : mixed
__construct()  : mixed
hasCacheableSupportsMethod()  : bool
normalize()  : array<string|int, mixed>
supportsNormalization()  : bool

Properties

Methods

__construct()

public __construct(ObjectNormalizer $normalizer) : mixed
Parameters
$normalizer : ObjectNormalizer
Return values
mixed

hasCacheableSupportsMethod()

public hasCacheableSupportsMethod() : bool
Return values
bool

normalize()

public normalize(mixed $object[, mixed $format = null ][, array<string|int, mixed> $context = [] ]) : array<string|int, mixed>
Parameters
$object : mixed
$format : mixed = null
$context : array<string|int, mixed> = []
Return values
array<string|int, mixed>

supportsNormalization()

public supportsNormalization(mixed $data[, mixed $format = null ]) : bool
Parameters
$data : mixed
$format : mixed = null
Return values
bool

Search results