ChainDecoder
class ChainDecoder implements DecoderInterface
Decoder delegating the decoding to a chain of decoders.
Methods
__construct(array $decoders = array())
No description
mixed
decode(scalar $data, string $format, array $context = array())
Decodes a string into PHP data.
bool
supportsDecoding(string $format)
Checks whether the deserializer can decode from given format.
Details
at line line 28
__construct(array $decoders = array())
at line line 36
final mixed
decode(scalar $data, string $format, array $context = array())
Decodes a string into PHP data.
at line line 44
bool
supportsDecoding(string $format)
Checks whether the deserializer can decode from given format.