You are here

function Creators::getAuthorArray in Bibliography Module 6

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

File

bibtexParse/PARSECREATORS.php, line 115

Class

Creators

Code

function getAuthorArray() {
  return $this->authors;
}