SUGARCRM_PRE_INSTALL_FILE = 'scripts/pre_install.php'
SUGARCRM_POST_INSTALL_FILE = 'scripts/post_install.php'
SUGARCRM_PRE_UNINSTALL_FILE = 'scripts/pre_uninstall.php'
SUGARCRM_POST_UNINSTALL_FILE = 'scripts/post_uninstall.php'
extractFile( $zip_file, $file_in_zip ) : void
extractManifest( $zip_file ) : void
getDiffFiles( $unzip_dir, $install_file, $is_install = true, $previous_version = '' ) : void
getImageForType( $type ) : void
getInstallType( $type_string ) : void
getLanguagePackName( $the_file ) : void
getUITextForMode( $mode ) : void
getUITextForType( $type ) : void
validate_manifest( $manifest ) : void