TFAPluginInstaller
in package
Installer class for the TwoFactorAdminLogin Plugin A collecton of static helpers to install the Plugin
Table of Contents
Properties
Methods
- install() : void
- Combined installation for all necessary options
- installTables() : bool
- Install tables for the plugin
- instance() : TFAPluginInstaller
- Singleton get Instance
- uninstall() : void
- Combined uninstallation for all necessary options
- uninstallTables() : bool
- Uninstall tables for the plugin
Properties
$instance
public
static mixed
$instance
= \null
$errors
private
mixed
$errors
= []
Methods
install()
Combined installation for all necessary options
public
install() : void
Tags
installTables()
Install tables for the plugin
public
installTables() : bool
Tags
Return values
boolinstance()
Singleton get Instance
public
static instance() : TFAPluginInstaller
Return values
TFAPluginInstalleruninstall()
Combined uninstallation for all necessary options
public
uninstall() : void
Tags
uninstallTables()
Uninstall tables for the plugin
public
uninstallTables() : bool