platform/api/symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.yaml

18 lines
558 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []