comparison vendor/symfony/console/Output/OutputInterface.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
101 * 101 *
102 * @return bool true if the output will decorate messages, false otherwise 102 * @return bool true if the output will decorate messages, false otherwise
103 */ 103 */
104 public function isDecorated(); 104 public function isDecorated();
105 105
106 /**
107 * Sets output formatter.
108 *
109 * @param OutputFormatterInterface $formatter
110 */
111 public function setFormatter(OutputFormatterInterface $formatter); 106 public function setFormatter(OutputFormatterInterface $formatter);
112 107
113 /** 108 /**
114 * Returns current output formatter instance. 109 * Returns current output formatter instance.
115 * 110 *