Home
last modified time | relevance | path

Searched refs:zoteroId (Results 1 – 3 of 3) sorted by last modified time

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