Method | Description | |
---|---|---|
__construct ( $name = NULL ) | * Constructor | |
getArray ( String $arrType = 'assoc' ) : array | returns all the parts of the name as an array | |
getFirst ( ) | ||
getLast ( ) | ||
getMiddle ( ) | ||
getName ( ) | ||
getNicknames ( ) | ||
getSuffix ( ) | ||
getleadingInit ( ) | ||
setName ( mixed $name = NULL ) | Sets name string and parses it. |
Method | Description | |
---|---|---|
parse ( ) | * Parse the name into its constituent parts. |
public __construct ( $name = NULL ) | ||
$name | Either a name as a string or as a Name object. |