Home
last modified time | relevance | path

Searched refs:getZoteroId (Results 1 – 6 of 6) sorted by last modified time

/plugin/zotero/
H A DTextZoteroRepository.php32 $this->entries[$e->getZoteroId()] = $e;
123 "[[" . $entryUrl . "|" . $e->getZoteroId() . "]]" . "|" .
H A DFeedZoteroRepository.php45 if ($e->getZoteroId() !== "" && $e->getAuthor() !== "" && $e->getTitle() !== "")
47 $this->entries[$e->getZoteroId()] = $e;
H A DZoteroConfig.php84 $url = str_replace("ENTRYID", $entry->getZoteroId(), $url);
H A DZoteroEntry.php19 public function getZoteroId() function in ZoteroEntry
103 return $this->getZoteroId() === $other->getZoteroId()
/plugin/zotero/tests/
H A DZoteroRepositoryTest.php39 $actual = $this->r->getEntryByID($expected->getZoteroId());
49 $e = $this->r->getEntryByID($this->nonExistingEntry->getZoteroId());
H A DZoteroEntryTest.php28 $this->assertEquals(self::ID, $this->e->getZoteroId());