Home
last modified time | relevance | path

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

/plugin/zotero/
DTextZoteroRepository.php85 $allEntries[$entry->getCiteKey()] = $entry;
106 $citeKey = trim($e->getCiteKey()) . ($e->getCiteKey() == "" ? " " : "");
137 if ($entry->getCiteKey() === $e->getCiteKey())
DZoteroEntry.php29 public function getCiteKey() function in ZoteroEntry
104 && $this->getCiteKey() === $other->getCiteKey()
DZoteroRepository.php31 if ($e->getCiteKey() === $citeKey)
/plugin/zotero/tests/
DZoteroRepositoryTest.php56 $actual = $this->r->getEntryByCiteKey($expected->getCiteKey());
66 $e = $this->r->getEntryByCiteKey($this->nonExistingEntry->getCiteKey());
DZoteroEntryTest.php30 $this->assertEquals(self::CITE_KEY, $this->e->getCiteKey());