CitationPlugin::isDownloadable PHP 메소드

isDownloadable() 공개 메소드

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