You are here

public function Creators::setCreator in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/bibtexParse/PARSECREATORS.php \Creators::setCreator()
  2. 6 bibtexParse/PARSECREATORS.php \Creators::setCreator()
  3. 7.3 plugins/biblio_style/bibtex/PARSECREATORS.php \Creators::setCreator()
  4. 7.2 modules/bibtexParse/PARSECREATORS.php \Creators::setCreator()

File

modules/bibtexParse/PARSECREATORS.php, line 167
Classes Creators and PARSECREATORS.

Class

Creators

Code

public function setCreator($author, $type = 'author') {
  $this->authors[] = $this
    ->parseAuthor($author, $type);
}