You are here

public function HumanNameParser_Name::__construct in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 includes/Name.php \HumanNameParser_Name::__construct()

File

includes/Name.php, line 13

Class

HumanNameParser_Name
Does cutting and matching stuff with a name string. Note that the string has to be UTF8-encoded.

Code

public function __construct($str) {
  $this
    ->setStr($str);
}