public function HumanNameParser_Name::getStr in Bibliography Module 7
Same name and namespace in other branches
- 6.2 includes/Name.php \HumanNameParser_Name::getStr()
File
- includes/
Name.php, line 37
Class
- HumanNameParser_Name
- Does cutting and matching stuff with a name string. Note that the string has to be UTF8-encoded.
Code
public function getStr() {
return $this->str;
}