public function HumanNameParser_Parser::getNicknames in Bibliography Module 6.2
Same name and namespace in other branches
- 7 includes/Parser.php \HumanNameParser_Parser::getNicknames()
File
- includes/
Parser.php, line 111
Class
- HumanNameParser_Parser
- Works with a Name object to parse out the parts of a name.
Code
public function getNicknames() {
return $this->nicknames;
}