33 lines
578 B
YAML
33 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: []
|