Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/console/Formatter/OutputFormatterStyleInterface.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 |
---|---|
46 */ | 46 */ |
47 public function unsetOption($option); | 47 public function unsetOption($option); |
48 | 48 |
49 /** | 49 /** |
50 * Sets multiple style options at once. | 50 * Sets multiple style options at once. |
51 * | |
52 * @param array $options | |
53 */ | 51 */ |
54 public function setOptions(array $options); | 52 public function setOptions(array $options); |
55 | 53 |
56 /** | 54 /** |
57 * Applies the style to a given text. | 55 * Applies the style to a given text. |