Home
last modified time | relevance | path

Searched refs:setCiteKey (Results 1 – 5 of 5) sorted by last modified time

/plugin/zotero/
H A DTextZoteroRepository.php59 $e->setCiteKey($columns[self::COLUMN_SHORT_TITLE]);
H A DFeedZoteroRepository.php102 if (isset($data->shortTitle)) { $e->setCiteKey(html_entity_decode($data->shortTitle)); }
H A DZoteroEntry.php24 public function setCiteKey($value) function in ZoteroEntry
/plugin/zotero/tests/
H A DZoteroRepositoryTest.php18 $e->setCiteKey("Macke2011");
25 $e->setCiteKey("Werner2012");
31 $e->setCiteKey("Merkel2010");
H A DZoteroEntryTest.php21 $this->e->setCiteKey(self::CITE_KEY);