Components_Module_Installer::getHelp PHP Method

getHelp() public method

Return the help text for the specified action.
public getHelp ( string $action ) : string
$action string The action.
return string The help text.
    public function getHelp($action)
    {
        return 'This module installs the selected component (including its dependencies) into a target environment.';
    }