\TriTan\Common\PluginPluginDeactivate

Summary

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

Properties

$mapper

$mapper : object

Plugin deactivate Mapper object.

Type

object

Methods

__construct()

__construct(object  $mapper) 

__construct class constructor

Parameters

object $mapper

Deactivate plugin interface.

deactivate()

deactivate(string  $plugin) 

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

Parameters

string $plugin

ID of the plugin to deactivate.