function Creators::setCreator in Bibliography Module 6
Same name and namespace in other branches
- 6.2 modules/bibtexParse/PARSECREATORS.php \Creators::setCreator()
- 7.3 plugins/biblio_style/bibtex/PARSECREATORS.php \Creators::setCreator()
- 7 modules/bibtexParse/PARSECREATORS.php \Creators::setCreator()
- 7.2 modules/bibtexParse/PARSECREATORS.php \Creators::setCreator()
File
- bibtexParse/
PARSECREATORS.php, line 143
Class
Code
function setCreator($author, $type = 'author') {
$this->authors[] = $this
->parseAuthor($author, $type);
}