You are here

public function OutputInterface::setVerbosity in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/console/Output/OutputInterface.php \Symfony\Component\Console\Output\OutputInterface::setVerbosity()

Sets the verbosity of the output.

Parameters

int $level The level of verbosity (one of the VERBOSITY constants):

3 methods override OutputInterface::setVerbosity()
NullOutput::setVerbosity in vendor/symfony/console/Output/NullOutput.php
Sets the verbosity of the output.
Output::setVerbosity in vendor/symfony/console/Output/Output.php
Sets the verbosity of the output.
OutputStyle::setVerbosity in vendor/symfony/console/Style/OutputStyle.php
Sets the verbosity of the output.

File

vendor/symfony/console/Output/OutputInterface.php, line 59

Class

OutputInterface
OutputInterface is the interface implemented by all Output classes.

Namespace

Symfony\Component\Console\Output

Code

public function setVerbosity($level);