/**
 * Get the class name for the install adapter script.
 *
 * @return  string  The class name.
 *
 * @since   3.4
 */
protected function getScriptClassName()
{
    return 'Plg' . str_replace('-', '', $this->group) . $this->element . 'InstallerScript';
}