getActionHelp() public method
Returns the detailed help information for the specified action.
public string getActionHelp ( $action ) | ||
---|---|---|
$action | yii\base\Action |
Action to get help for |
return | string |
The detailed help information for the specified action. |
Please login to continue.