ContextAwareDecoderInterface
interface ContextAwareDecoderInterface implementsDecoderInterface
Adds the support of an extra $context parameter for the supportsDecoding method.
Methods
mixed
decode(string$data,string$format,array$context =[])
Decodes a string into PHP data.
from DecoderInterface
bool
supportsDecoding(string$format,array$context =[])
No description