CitationPlugin::isDownloadable PHP Method

isDownloadable() public method

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