Home
last modified time | relevance | path

Searched refs:pluginObject (Results 1 – 1 of 1) sorted by relevance

/plugin/pubmed2020/classes/
H A Dpubmed2020.php239 function readMedlineContent($string, $pluginObject) { argument
415 array_push($authors, $pluginObject->getLang('no_author_listed'));
421 $ret['first_author'] = $authors[0].", ".$pluginObject->getConf('et_al_vancouver');
428 $limit = $pluginObject->getConf('limit_authors_vancouver');
442 $vancouver .= ", ".$pluginObject->getConf('et_al_vancouver');
459 $authors3 .= ", ".$pluginObject->getConf('et_al_vancouver');
477 if ($pluginObject->getConf('remove_dot_from_journal_iso') === true)