This commit is contained in:
yunwuxin
2016-08-09 10:55:45 +08:00
parent 131aaf1357
commit 0f7924ed81
4 changed files with 17 additions and 17 deletions

View File

@@ -17,6 +17,16 @@ use think\console\output\driver\Buffer;
use think\console\output\driver\Console;
use think\console\output\driver\Nothing;
/**
* Class Output
* @package think\console
*
* @see think\console\output\driver\Console::setDecorated
* @method void setDecorated($decorated)
*
* @see think\console\output\driver\Buffer::fetch
* @method string fetch()
*/
class Output
{
const VERBOSITY_QUIET = 0;