You are here

public function Creators::getCreatorCount in Bibliography Module 7

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

File

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

Class

Creators

Code

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