Searched refs:citeKey (Results 1 – 4 of 4) sorted by relevance
27 public function getEntryByCiteKey($citeKey) argument31 if ($e->getCiteKey() === $citeKey)36 throw new ZoteroEntryNotFoundException("Zotero entry with cite key " . $citeKey . " not found.");
9 private $citeKey; variable in ZoteroEntry26 $this->citeKey = $value;31 return $this->citeKey;
106 $citeKey = trim($e->getCiteKey()) . ($e->getCiteKey() == "" ? " " : "");107 if ($citeKey === "") { $problem .= "Empty short title/cite key. "; }124 $citeKey . "|" .
75 $citeKey = $matches[3];76 return $citeKey;