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

32 lines
591 B
YAML

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: []