You are here

protected property ChainDecoder::$decoders in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Encoder/ChainDecoder.php \Symfony\Component\Serializer\Encoder\ChainDecoder::decoders

File

vendor/symfony/serializer/Encoder/ChainDecoder.php, line 25

Class

ChainDecoder
Decoder delegating the decoding to a chain of decoders.

Namespace

Symfony\Component\Serializer\Encoder

Code

protected $decoders = array();