The returned value should be an array. The keys are the option names, and the values are
the corresponding help information. Each value must be an array of the following structure:
- type: string, the PHP type of this argument.
- default: string, the default value of this argument
- comment: string, the comment of this argument
The default implementation will return the help information extracted from the doc-comment of
the properties corresponding to the action options.
public getActionOptionsHelp ( |
||
$action | ||
return | array | the help information of the action options |