CitationPlugin::isDownloadable PHP Méthode

isDownloadable() public méthode

Whether this citation format is a downloadable file format (eg - EndNote)
public isDownloadable ( ) : boolean
Résultat boolean
    function isDownloadable()
    {
        return false;
    }