Method |
Description |
|
__construct ( $name = null, $city = null, $countrycode = null, $organisationName = null, $street = null, $province = null, $zipcode = null, $type = eppContact::TYPE_AUTO, $firstName = null, $lastName = null, $isFinnish = null, $identity = null, $birthDate = null, $registerNumber = null ) |
|
|
getBirthDate ( ) : string |
Gets the birth date of the person |
|
getFirstName ( ) : string |
Gets the first name of the person |
|
getIdentity ( ) : string |
Gets the identity (social security number) of the person |
|
getIsFinnish ( ) : string |
Gets "is finnish" status of the contact |
|
getLastName ( ) : string |
Gets the last name of the person |
|
getPersonName ( ) : string | null |
Gets the name of the person |
|
getRegisterNumber ( ) : string |
Gets the register number of the organisation |
|
setBirthDate ( string $birthDate ) |
Sets the birth of the (foreign) person |
|
setFirstName ( string $firstName ) |
Sets the first name of the person |
|
setIdentity ( string $identity ) |
Sets the identity (social security number) of the person |
|
setIsFinnish ( string $isFinnish ) |
Sets the "is finnish" status of the contact |
|
setLastName ( string $lastName ) |
Sets the last name of the person |
|
setRegisterNumber ( string $registerNumber ) |
Sets the register number of the organisation |
|