Class Activator
The activator class handles the plugin relevant activation hooks: Uninstall, activation,
deactivation and installation. The "installation" means installing needed database tables.
-
MatthiasWeb\RealMediaLibrary\base\Base
-
MatthiasWeb\RealMediaLibrary\general\Activator
Methods summary
public
|
#
activate( )
Method gets fired when the user activates the plugin.
Method gets fired when the user activates the plugin.
|
public
|
#
deactivate( )
Method gets fired when the user deactivates the plugin.
Method gets fired when the user deactivates the plugin.
|
public
|
#
install( boolean $errorlevel = false, callable $installThisCallable = null )
Install tables, stored procedures or whatever in the database.
Install tables, stored procedures or whatever in the database.
Parameters
- $errorlevel
- Set true to throw errors
- $installThisCallable
- Set a callable to install this one instead of the default
|