|
|
|
@ -8,11 +8,8 @@
|
|
|
|
|
namespace yii\helpers; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* TODO adjust phpdoc |
|
|
|
|
* Console View is the base class for console view components |
|
|
|
|
* |
|
|
|
|
* A console view provides functionality to create rich console application by allowing to format output |
|
|
|
|
* by adding color and font style to it. |
|
|
|
|
* Console helper provides useful methods for command line related tasks such as getting input or formatting and coloring |
|
|
|
|
* output. |
|
|
|
|
* |
|
|
|
|
* @author Carsten Brandt <mail@cebe.cc> |
|
|
|
|
* @since 2.0 |
|
|
|
|