platform/api/symfony/Component/Serializer/SerializerAwareInterface.yaml

23 lines
373 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: SerializerAwareInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: setSerializer
visibility: public
parameters:
- name: serializer
comment: '# * @author Jordi Boggiano <j.boggiano@seld.be>
# */
# interface SerializerAwareInterface
# {
# /**
# * Sets the owning Serializer object.'
traits: []
interfaces: []