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