api/symfony/Component/Serializer/SerializerAwareInterface.yaml
2024-09-26 02:03:21 -07:00

22 lines
373 B
YAML

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