Searched refs:zoteroId (Results 1 – 3 of 3) sorted by relevance
8 private $zoteroId; variable in ZoteroEntry14 public function __construct($zoteroId) argument16 $this->zoteroId = $zoteroId;21 return $this->zoteroId;
11 public function getEntryByID($zoteroId) argument13 $e = @$this->entries[$zoteroId];20 throw new ZoteroEntryNotFoundException("Zotero entry with ID " . $zoteroId . " not found.");
64 $zoteroId = $this->parseId($node);65 $e = new ZoteroEntry($zoteroId);