\TriTan\Common\PluginPluginActivateMapper

Plugin Activate Mapper

Summary

Methods
Properties
Constants
__construct()
activate()
$db
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$db

$db : object

Database object.

Type

object

Methods

__construct()

__construct(object  $db) 

__construct class constructor

Parameters

object $db

Database interface.

activate()

activate(string  $plugin) : mixed

Activates a specific plugin that is called by $_GET['id'] variable.

Parameters

string $plugin

ID of the plugin to activate

Returns

mixed