OutputStyle
class OutputStyle extends SymfonyStyle (View source)
Methods
| void |  __construct(InputInterface $input, OutputInterface $output)  Create a new Console OutputStyle instance.  |  |
| bool |  isQuiet()  Returns whether verbosity is quiet (-q).  |  |
| bool |  isVerbose()  Returns whether verbosity is verbose (-v).  |  |
| bool |  isVeryVerbose()  Returns whether verbosity is very verbose (-vv).  |  |
| bool |  isDebug()  Returns whether verbosity is debug (-vvv).  |  
Details
void __construct(InputInterface $input, OutputInterface $output)
Create a new Console OutputStyle instance.
bool isQuiet()
Returns whether verbosity is quiet (-q).
bool isVerbose()
Returns whether verbosity is verbose (-v).
bool isVeryVerbose()
Returns whether verbosity is very verbose (-vv).
bool isDebug()
Returns whether verbosity is debug (-vvv).
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/5.5/Illuminate/Console/OutputStyle.html