Home
last modified time | relevance | path

Searched refs:getCiteKey (Results 1 – 5 of 5) sorted by last modified time

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