platform/api/symfony/Component/Console/Output/BufferedOutput.yaml
2024-09-02 10:44:11 -07:00

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