You are here

public function HumanNameParser_Parser::getName in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 includes/Parser.php \HumanNameParser_Parser::getName()

File

includes/Parser.php, line 156

Class

HumanNameParser_Parser
Works with a Name object to parse out the parts of a name.

Code

public function getName() {
  return $this->name;
}