platform/api/symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.yaml
2024-09-02 10:44:11 -07:00

17 lines
558 B
YAML

name: ContextAwareDecoderInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: supportsDecoding
visibility: public
parameters:
- name: format
- name: context
default: '[]'
comment: "# * Adds the support of an extra $context parameter for the supportsDecoding\
\ method.\n# *\n# * @author K\xE9vin Dunglas <dunglas@gmail.com>\n# */\n# interface\
\ ContextAwareDecoderInterface extends DecoderInterface\n# {\n# /**\n# * @param\
\ array $context options that decoders have access to"
traits: []
interfaces: []