Home
last modified time | relevance | path

Searched refs:setTitle (Results 301 – 304 of 304) sorted by path

1...<<111213

/plugin/zotero/
H A DTextZoteroRepository.php61 $e->setTitle($columns[self::COLUMN_TITLE]);
H A DZoteroEntry.php34 public function setTitle($value) function in ZoteroEntry
/plugin/zotero/tests/
H A DZoteroEntryTest.php23 $this->e->setTitle(self::TITLE);
H A DZoteroRepositoryTest.php20 $e->setTitle("A nice book");
27 $e->setTitle("A nicer book");

1...<<111213