Documentation

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
since
5.1
access

public

postflight()

Triggered after the installation is completed

public postflight() : mixed
Tags
since
5.2.0
access

public

preflight()

Triggered before the installation is complete

public preflight() : mixed
Tags
since
5.1
access

public

removeLegacyXMLFiles()

Resposible to remove legacy xml files (easyblog.30.xml and easyblog.16.xml)

public removeLegacyXMLFiles() : mixed
Tags
since
5.1
access

public

uninstall()

Responsible to perform the uninstallation

public uninstall() : mixed
Tags
since
5.1
access

public

unpublishModules()

Unpublish EasyBlog modules from the site

public unpublishModules() : mixed
Tags
since
6.0.0
access

public

unPublishPlugins()

Unpublish EasyBlog plugins from the site

public unPublishPlugins() : mixed
Tags
since
5.1
access

public

unPublishSystemsPlugins()

Unpublish EasyBlog system plugins to avoid installation issue.

public unPublishSystemsPlugins() : mixed
Tags
since
5.1
access

public

update()

Responsible to perform component updates

public update() : mixed
Tags
since
5.1
access

public

checkMissingSubscriptionTables()

There are instances on some upgrades where there are missing subscription tables

private checkMissingSubscriptionTables() : mixed
Tags
since
5.2.10
access

public

isUpgradeFrom3x()

Determines if the installation is currently upgraded from 3.x

private isUpgradeFrom3x() : mixed
Tags
since
5.2.10
access

public

tableExists()

Determines if a table exists on the site

private tableExists(mixed $name) : mixed
Parameters
$name : mixed
Tags
since
5.2.10
access

public


        
On this page

Search results