PHP Class Piwik\Updater\Migration\Plugin\Factory

Show file Open project: piwik/piwik

Public Methods

Method Description
__construct ( )
activate ( string $pluginName ) : Activate Activates the given plugin during an update.

Method Details

__construct() public method

public __construct ( )

activate() public method

If the plugin is already activated or if any other error occurs it will be ignored.
public activate ( string $pluginName ) : Activate
$pluginName string
return Activate