mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Merge branch 'master' of git://github.com/yiisoft/yii2
This commit is contained in:
@ -43,6 +43,6 @@ class Action extends \yii\base\Action
|
|||||||
*/
|
*/
|
||||||
public function getHelp()
|
public function getHelp()
|
||||||
{
|
{
|
||||||
return HelpParser::getDescriptionForConsole(new \ReflectionClass($this));
|
return HelpParser::getFull(new \ReflectionClass($this));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user