Webmozart\Console\Api\IO\Output::getVerbosity PHP Méthode

getVerbosity() public méthode

Returns the current verbosity level.
public getVerbosity ( ) : integer
Résultat integer One of the verbosity constants.
    public function getVerbosity()
    {
        return $this->verbosity;
    }

Usage Example

Exemple #1
0
 /**
  * Returns the current verbosity level.
  *
  * @return int One of the verbosity constants.
  */
 public function getVerbosity()
 {
     return $this->output->getVerbosity();
 }