Piwik\Plugins\CoreUpdater\Controller::__construct PHP Method

__construct() public method

public __construct ( Updater $updater, Plugins $marketplacePlugins = null )
$updater Updater
$marketplacePlugins Piwik\Plugins\Marketplace\Plugins
    public function __construct(Updater $updater, Plugins $marketplacePlugins = null)
    {
        $this->updater = $updater;
        $this->marketplacePlugins = $marketplacePlugins;
        parent::__construct();
    }