Home
last modified time | relevance | path

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

/plugin/zotero/tests/
H A DZoteroRepositoryTest.php56 $actual = $this->r->getEntryByCiteKey($expected->getCiteKey());
66 $e = $this->r->getEntryByCiteKey($this->nonExistingEntry->getCiteKey());
/plugin/zotero/
H A DZoteroRepository.php27 public function getEntryByCiteKey($citeKey) function in ZoteroRepository