platform/api/symfony/Component/Mime/Encoder/ContentEncoderInterface.yaml
2024-09-02 10:44:11 -07:00

32 lines
578 B
YAML

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