Piwik\Plugin\MetadataLoader::getDefaultPluginInformation PHP Méthode

getDefaultPluginInformation() private méthode

    private function getDefaultPluginInformation()
    {
        $descriptionKey = $this->pluginName . '_PluginDescription';
        return array('description' => $descriptionKey, 'homepage' => 'http://piwik.org/', 'authors' => array(array('name' => 'Piwik', 'homepage' => 'http://piwik.org/')), 'license' => 'GPL v3+', 'version' => Version::VERSION, 'theme' => false, 'require' => array());
    }