mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-04 22:57:40 +08:00
moved ConsoleColor.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* View class file.
|
* ConsoleColor class file.
|
||||||
*
|
*
|
||||||
* @link http://www.yiiframework.com/
|
* @link http://www.yiiframework.com/
|
||||||
* @copyright Copyright © 2008 Yii Software LLC
|
* @copyright Copyright © 2008 Yii Software LLC
|
||||||
@ -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;
|
||||||
Reference in New Issue
Block a user