Overview
  • Namespace
  • Class

Namespaces

  • MatthiasWeb
    • RealMediaLibrary
      • api
      • attachment
      • base
      • comp
        • complexquery
      • folder
      • general
      • metadata
      • order
      • rest
      • usersettings
  • None

Classes

  • Activator
  • Assets
  • Core
  • FolderShortcode
  • Lang
  • Migration
  • Options
  • QueryCount
  • Util
  • View

Exceptions

  • FolderAlreadyExistsException

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
Extended by MatthiasWeb\RealMediaLibrary\general\Activator
Namespace: MatthiasWeb\RealMediaLibrary\general
Located at general/Activator.class.php

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

Methods inherited from MatthiasWeb\RealMediaLibrary\base\Base

debug(), getCore(), getTableName()

API documentation generated by ApiGen