Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/console/Output/BufferedOutput.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
14 /** | 14 /** |
15 * @author Jean-François Simon <contact@jfsimon.fr> | 15 * @author Jean-François Simon <contact@jfsimon.fr> |
16 */ | 16 */ |
17 class BufferedOutput extends Output | 17 class BufferedOutput extends Output |
18 { | 18 { |
19 /** | |
20 * @var string | |
21 */ | |
22 private $buffer = ''; | 19 private $buffer = ''; |
23 | 20 |
24 /** | 21 /** |
25 * Empties buffer and returns its content. | 22 * Empties buffer and returns its content. |
26 * | 23 * |