From 88fb8dc77986a93d53cec70fbcdb6f40b2f22c62 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Mon, 25 Aug 2014 13:28:28 +0400 Subject: [PATCH 1/2] add methods for check verbosity of the output --- .../Console/Output/OutputInterface.php | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/Symfony/Component/Console/Output/OutputInterface.php b/src/Symfony/Component/Console/Output/OutputInterface.php index ad128c68c7db6..a1a8ab9b0e839 100644 --- a/src/Symfony/Component/Console/Output/OutputInterface.php +++ b/src/Symfony/Component/Console/Output/OutputInterface.php @@ -75,6 +75,43 @@ public function setVerbosity($level); */ public function getVerbosity(); + + /** + * The current verbosity of the output is quiet + * + * @return bool + * + * @api + */ + public function isQuiet(); + + /** + * The current verbosity of the output is verbose + * + * @return bool + * + * @api + */ + public function isVerbose(); + + /** + * The current verbosity of the output is very verbose + * + * @return bool + * + * @api + */ + public function isVeryVerbose(); + + /** + * The current verbosity of the output is debug + * + * @return bool + * + * @api + */ + public function isDebug(); + /** * Sets the decorated flag. * From 81150922350560d80e2b94c8e25334e0e16532f4 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Mon, 25 Aug 2014 14:00:13 +0400 Subject: [PATCH 2/2] remove extra newline --- src/Symfony/Component/Console/Output/OutputInterface.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Component/Console/Output/OutputInterface.php b/src/Symfony/Component/Console/Output/OutputInterface.php index a1a8ab9b0e839..bf67cf401c019 100644 --- a/src/Symfony/Component/Console/Output/OutputInterface.php +++ b/src/Symfony/Component/Console/Output/OutputInterface.php @@ -75,7 +75,6 @@ public function setVerbosity($level); */ public function getVerbosity(); - /** * The current verbosity of the output is quiet * pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy