HumanNameParser_Parser::__construct PHP Method

__construct() public method

* Constructor
public __construct ( $name = NULL )
$name Either a name as a string or as a Name object.
    public function __construct($name = NULL)
    {
        $this->setName($name);
    }