CitationPlugin::isDownloadable PHP Метод

isDownloadable() публичный Метод

Whether this citation format is a downloadable file format (eg - EndNote)
public isDownloadable ( ) : boolean
Результат boolean
    function isDownloadable()
    {
        return false;
    }