20 lines
539 B
YAML
20 lines
539 B
YAML
|
name: BufferedOutput
|
||
|
class_comment: "# * @author Jean-Fran\xE7ois Simon <contact@jfsimon.fr>"
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: fetch
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: "# * @author Jean-Fran\xE7ois Simon <contact@jfsimon.fr>\n# */\n# class\
|
||
|
\ BufferedOutput extends Output\n# {\n# private string $buffer = '';\n# \n# /**\n\
|
||
|
# * Empties buffer and returns its content."
|
||
|
- name: doWrite
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: message
|
||
|
- name: newline
|
||
|
comment: null
|
||
|
traits: []
|
||
|
interfaces: []
|