getActionHelpSummary() public method
Returns a one-line short summary describing the specified action.
public string getActionHelpSummary ( $action ) | ||
---|---|---|
$action | yii\base\Action |
Action to get summary for |
return | string |
A one-line short summary describing the specified action. |
Please login to continue.