You are here

function Creators::getCreatorCount in Bibliography Module 6.2

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

File

modules/bibtexParse/PARSECREATORS.php, line 37

Class

Creators

Code

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