platform/api/symfony/Component/Serializer/Context/ContextBuilderInterface.yaml

33 lines
591 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ContextBuilderInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: withContext
visibility: public
parameters:
- name: context
comment: '# * Common interface for context builders.
# *
# * @author Mathias Arlaud <mathias.arlaud@gmail.com>
# * @author Robin Chalas <robin.chalas@gmail.com>
# */
# interface ContextBuilderInterface
# {
# /**
# * @param self|array<string, mixed> $context'
- name: toArray
visibility: public
parameters: []
comment: '# * @return array<string, mixed>'
traits: []
interfaces: []