Components_Module_Installer::getOptionGroupTitle PHP Method

getOptionGroupTitle() public method

Return the title for the option group representing this module.
public getOptionGroupTitle ( ) : string
return string The group title.
    public function getOptionGroupTitle()
    {
        return 'Installer';
    }