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