public function Creators::getCreatorCount in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/bibtexParse/PARSECREATORS.php \Creators::getCreatorCount()
- 6 bibtexParse/PARSECREATORS.php \Creators::getCreatorCount()
- 7.3 plugins/biblio_style/bibtex/PARSECREATORS.php \Creators::getCreatorCount()
- 7.2 modules/bibtexParse/PARSECREATORS.php \Creators::getCreatorCount()
File
- modules/
bibtexParse/ PARSECREATORS.php, line 54 - Classes Creators and PARSECREATORS.
Class
Code
public function getCreatorCount() {
return count($this->authors);
}