Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/console/Output/Output.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 | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
31 { | 31 { |
32 private $verbosity; | 32 private $verbosity; |
33 private $formatter; | 33 private $formatter; |
34 | 34 |
35 /** | 35 /** |
36 * Constructor. | |
37 * | |
38 * @param int $verbosity The verbosity level (one of the VERBOSITY constants in OutputInterface) | 36 * @param int $verbosity The verbosity level (one of the VERBOSITY constants in OutputInterface) |
39 * @param bool $decorated Whether to decorate messages | 37 * @param bool $decorated Whether to decorate messages |
40 * @param OutputFormatterInterface|null $formatter Output formatter instance (null to use default OutputFormatter) | 38 * @param OutputFormatterInterface|null $formatter Output formatter instance (null to use default OutputFormatter) |
41 */ | 39 */ |
42 public function __construct($verbosity = self::VERBOSITY_NORMAL, $decorated = false, OutputFormatterInterface $formatter = null) | 40 public function __construct($verbosity = self::VERBOSITY_NORMAL, $decorated = false, OutputFormatterInterface $formatter = null) |