platform/api/symfony/Component/Mime/Encoder/ContentEncoderInterface.yaml

33 lines
578 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ContentEncoderInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: encodeByteStream
visibility: public
parameters:
- name: stream
- name: maxLineLength
default: '0'
comment: '# * @author Chris Corbyn
# */
# interface ContentEncoderInterface extends EncoderInterface
# {
# /**
# * Encodes the stream to a Generator.
# *
# * @param resource $stream'
- name: getName
visibility: public
parameters: []
comment: '# * Gets the MIME name of this content encoding scheme.'
traits: []
interfaces: []