Decoder delegating the decoding to a chain of decoders.
@author Jordi Boggiano <j.boggiano@seld.be> @author Johannes M. Schmitt <schmittjoh@gmail.com> @author Lukas Kahwe Smith <smith@pooteeweet.org>
Expanded class hierarchy of ChainDecoder
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ChainDecoder:: |
protected | property | ||
ChainDecoder:: |
protected | property | ||
ChainDecoder:: |
final public | function |
Decodes a string into PHP data. Overrides DecoderInterface:: |
|
ChainDecoder:: |
private | function | Gets the decoder supporting the format. | |
ChainDecoder:: |
public | function |
Checks whether the deserializer can decode from given format. Overrides DecoderInterface:: |
|
ChainDecoder:: |
public | function |