diff --git a/src/Symfony/Component/Console/Output/OutputInterface.php b/src/Symfony/Component/Console/Output/OutputInterface.php index ad128c68c7db6..bf67cf401c019 100644 --- a/src/Symfony/Component/Console/Output/OutputInterface.php +++ b/src/Symfony/Component/Console/Output/OutputInterface.php @@ -75,6 +75,42 @@ 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. * 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