Home
last modified time | relevance | path

Searched refs:zoteroId (Results 1 – 3 of 3) sorted by relevance

/plugin/zotero/
DZoteroEntry.php8 private $zoteroId; variable in ZoteroEntry
14 public function __construct($zoteroId) argument
16 $this->zoteroId = $zoteroId;
21 return $this->zoteroId;
DZoteroRepository.php11 public function getEntryByID($zoteroId) argument
13 $e = @$this->entries[$zoteroId];
20 throw new ZoteroEntryNotFoundException("Zotero entry with ID " . $zoteroId . " not found.");
DFeedZoteroRepository.php64 $zoteroId = $this->parseId($node);
65 $e = new ZoteroEntry($zoteroId);