Browse Source

Fixed phpdoc

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
3e94fb479f
  1. 7
      framework/yii/helpers/Console.php

7
framework/yii/helpers/Console.php

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

Loading…
Cancel
Save