initial console commands adjustments

This commit is contained in:
Alexander Makarov
2012-09-09 04:01:27 +04:00
parent c1ab0a9ae5
commit ea1c5c7831
4 changed files with 130 additions and 166 deletions

View File

@ -4,22 +4,23 @@
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright Copyright &copy; 2008-2011 Yii Software LLC
* @copyright Copyright &copy; 2008-2012 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @version $Id$
*/
namespace yii\console\controllers;
use yii\console\Controller;
/**
* ShellCommand executes the specified Web application and provides a shell for interaction.
*
* @property string $help The help information for the shell command.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Id$
* @package system.cli.commands
* @since 1.0
* @since 2.0
*/
class ShellCommand extends CConsoleCommand
class ShellController extends Controller
{
/**
* @return string the help information for the shell command