com_EasyBlogInstallerScript
in package
Table of Contents
Methods
- checkEBVersionConfig() : mixed
- Responsible to check eb configs db version
- postflight() : mixed
- Triggered after the installation is completed
- preflight() : mixed
- Triggered before the installation is complete
- removeLegacyXMLFiles() : mixed
- Resposible to remove legacy xml files (easyblog.30.xml and easyblog.16.xml)
- uninstall() : mixed
- Responsible to perform the uninstallation
- unpublishModules() : mixed
- Unpublish EasyBlog modules from the site
- unPublishPlugins() : mixed
- Unpublish EasyBlog plugins from the site
- unPublishSystemsPlugins() : mixed
- Unpublish EasyBlog system plugins to avoid installation issue.
- update() : mixed
- Responsible to perform component updates
- checkMissingSubscriptionTables() : mixed
- There are instances on some upgrades where there are missing subscription tables
- isUpgradeFrom3x() : mixed
- Determines if the installation is currently upgraded from 3.x
- tableExists() : mixed
- Determines if a table exists on the site
Methods
checkEBVersionConfig()
Responsible to check eb configs db version
public
checkEBVersionConfig() : mixed
Tags
postflight()
Triggered after the installation is completed
public
postflight() : mixed
Tags
preflight()
Triggered before the installation is complete
public
preflight() : mixed
Tags
removeLegacyXMLFiles()
Resposible to remove legacy xml files (easyblog.30.xml and easyblog.16.xml)
public
removeLegacyXMLFiles() : mixed
Tags
uninstall()
Responsible to perform the uninstallation
public
uninstall() : mixed
Tags
unpublishModules()
Unpublish EasyBlog modules from the site
public
unpublishModules() : mixed
Tags
unPublishPlugins()
Unpublish EasyBlog plugins from the site
public
unPublishPlugins() : mixed
Tags
unPublishSystemsPlugins()
Unpublish EasyBlog system plugins to avoid installation issue.
public
unPublishSystemsPlugins() : mixed
Tags
update()
Responsible to perform component updates
public
update() : mixed
Tags
checkMissingSubscriptionTables()
There are instances on some upgrades where there are missing subscription tables
private
checkMissingSubscriptionTables() : mixed
Tags
isUpgradeFrom3x()
Determines if the installation is currently upgraded from 3.x
private
isUpgradeFrom3x() : mixed
Tags
tableExists()
Determines if a table exists on the site
private
tableExists(mixed $name) : mixed
Parameters
- $name : mixed