You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					23 lines
				
				514 B
			
		
		
			
		
	
	
					23 lines
				
				514 B
			| 
											13 years ago
										 | <?php
 | ||
|  | /**
 | ||
|  |  * @link http://www.yiiframework.com/
 | ||
| 
											13 years ago
										 |  * @copyright Copyright (c) 2008 Yii Software LLC
 | ||
| 
											13 years ago
										 |  * @license http://www.yiiframework.com/license/
 | ||
|  |  */
 | ||
|  | 
 | ||
| 
											13 years ago
										 | namespace yii\helpers;
 | ||
| 
											13 years ago
										 | 
 | ||
| 
											13 years ago
										 | /**
 | ||
| 
											13 years ago
										 |  * TODO adjust phpdoc
 | ||
| 
											13 years ago
										 |  * Console View is the base class for console view components
 | ||
| 
											13 years ago
										 |  *
 | ||
| 
											13 years ago
										 |  * A console view provides functionality to create rich console application by allowing to format output
 | ||
|  |  * by adding color and font style to it.
 | ||
| 
											13 years ago
										 |  *
 | ||
| 
											13 years ago
										 |  * @author Carsten Brandt <mail@cebe.cc>
 | ||
| 
											13 years ago
										 |  * @since 2.0
 | ||
|  |  */
 | ||
| 
											13 years ago
										 | class Console extends base\Console
 | ||
| 
											13 years ago
										 | {
 | ||
|  | }
 |