Commit dcca0bcf by Qiang Xue

moved ConsoleColor.

parent e3c85b47
<?php <?php
/** /**
* View class file. * ConsoleColor class file.
* *
* @link http://www.yiiframework.com/ * @link http://www.yiiframework.com/
* @copyright Copyright &copy; 2008 Yii Software LLC * @copyright Copyright &copy; 2008 Yii Software LLC
...@@ -28,7 +28,7 @@ namespace yii\console; ...@@ -28,7 +28,7 @@ namespace yii\console;
* @author Carsten Brandt <mail@cebe.cc> * @author Carsten Brandt <mail@cebe.cc>
* @since 2.0 * @since 2.0
*/ */
class View extends \yii\base\Component class ConsoleColor
{ {
const FG_BLACK = 30; const FG_BLACK = 30;
const FG_RED = 31; const FG_RED = 31;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment