getVerbosity() public method

Returns the current verbosity level.
public getVerbosity ( ) : integer
return integer One of the verbosity constants.
コード例 #1
0
ファイル: IO.php プロジェクト: webmozart/console
 /**
  * Returns the current verbosity level.
  *
  * @return int One of the verbosity constants.
  */
 public function getVerbosity()
 {
     return $this->output->getVerbosity();
 }