Home
last modified time | relevance | path

Searched refs:ZoteroEntry (Results 1 – 7 of 7) sorted by path

/plugin/zotero/
H A DFeedZoteroRepository.php60 * @return ZoteroEntry
65 $e = new ZoteroEntry($zoteroId);
90 private function parseData($node, ZoteroEntry $e)
H A DTextZoteroRepository.php38 * @return ZoteroEntry
57 $e = new ZoteroEntry($columns[self::COLUMN_ID]);
101 private function serializeEntry(ZoteroEntry $e)
132 private function countCiteKey(ZoteroEntry $e)
H A DZoteroConfig.php81 public function getUrlForEntry(ZoteroEntry $entry)
H A DZoteroEntry.php2 class ZoteroEntry class
101 public function equals(ZoteroEntry $other)
H A DZoteroRepository.php9 * @return ZoteroEntry
25 * @return ZoteroEntry
/plugin/zotero/tests/
H A DZoteroEntryTest.php13 * @var ZoteroEntry
19 $this->e = new ZoteroEntry(self::ID);
38 …his->e->getShortInfo("pre " . ZoteroEntry::AUTHOR_PLACEHOLDER . " - " . ZoteroEntry::TITLE_PLACEHO…
H A DZoteroRepositoryTest.php16 $e = new ZoteroEntry("ABC123");
23 $e = new ZoteroEntry("BCD234");
30 $e = new ZoteroEntry("CDE345");