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