Piwik\Plugins\API\Plugin::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        // this class is named 'Plugin', manually set the 'API' plugin
        parent::__construct($pluginName = 'API');
    }