PHP Класс Metaregistrar\EPP\ficoraEppContactPostalInfo

Наследование: extends Metaregistrar\EPP\eppContactPostalInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

public __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() публичный Метод

Gets the birth date of the person
public getBirthDate ( ) : string
Результат string

getFirstName() публичный Метод

Gets the first name of the person
public getFirstName ( ) : string
Результат string

getIdentity() публичный Метод

Gets the identity (social security number) of the person
public getIdentity ( ) : string
Результат string

getIsFinnish() публичный Метод

Gets "is finnish" status of the contact
public getIsFinnish ( ) : string
Результат string

getLastName() публичный Метод

Gets the last name of the person
public getLastName ( ) : string
Результат string

getPersonName() публичный Метод

Gets the name of the person
public getPersonName ( ) : string | null
Результат string | null

getRegisterNumber() публичный Метод

Gets the register number of the organisation
public getRegisterNumber ( ) : string
Результат string

setBirthDate() публичный Метод

Sets the birth of the (foreign) person
public setBirthDate ( string $birthDate )
$birthDate string

setFirstName() публичный Метод

Sets the first name of the person
public setFirstName ( string $firstName )
$firstName string

setIdentity() публичный Метод

Sets the identity (social security number) of the person
public setIdentity ( string $identity )
$identity string

setIsFinnish() публичный Метод

Sets the "is finnish" status of the contact
public setIsFinnish ( string $isFinnish )
$isFinnish string

setLastName() публичный Метод

Sets the last name of the person
public setLastName ( string $lastName )
$lastName string

setRegisterNumber() публичный Метод

Sets the register number of the organisation
public setRegisterNumber ( string $registerNumber )
$registerNumber string