- author Jordi Boggiano
Abstract
Interface
Methods |
public
abstract
normalize
(
?
mixed
$object
,
?
string
$format
=
NULL
,
array
$context
=
[
]
) Normalizes an object into a set of arrays/scalars.
|
public
abstract
supportsNormalization
(
?
mixed
$data
,
?
string
$format
=
NULL
) Checks whether the given class is supported for normalization by this normalizer.
|