PHP Class Metaregistrar\EPP\ficoraEppCreateContactRequest

FICORA has not made extensions, but adapted the standard EPP commands to their needs SEE BELOW 1 5 1 John Doe HR Company name 2005-04-03T22:00:00.0Z 123423A123F 1234312-5 123 Example Dr. Suite 100 Suite 100 Dulles VA 20166-6503 US +358401231234 +04040as [email protected] [email protected] 2fooBAR ABC-12345
Inheritance: extends eppCreateContactRequest
Show file Open project: metaregistrar/php-epp-client Class Usage Examples

Public Methods

Method Description
__construct ( $createinfo, $contacttype = 'licensee' )
setBirthdate ( string $date )
setDisclose ( $contactdisclose )
setFirstname ( string $firstname )
setIdentity ( string $identity )
setIsfinnish ( boolean $bool )
setLastname ( string $lastname )
setLegalemail ( string $email )
setRegisternumber ( string $number )
setRole ( integer $role )
setType ( integer $type )

Method Details

__construct() public method

public __construct ( $createinfo, $contacttype = 'licensee' )

setBirthdate() public method

public setBirthdate ( string $date )
$date string

setDisclose() public method

public setDisclose ( $contactdisclose )
$contactdisclose

setFirstname() public method

public setFirstname ( string $firstname )
$firstname string

setIdentity() public method

public setIdentity ( string $identity )
$identity string

setIsfinnish() public method

public setIsfinnish ( boolean $bool )
$bool boolean

setLastname() public method

public setLastname ( string $lastname )
$lastname string

setLegalemail() public method

public setLegalemail ( string $email )
$email string

setRegisternumber() public method

public setRegisternumber ( string $number )
$number string

setRole() public method

public setRole ( integer $role )
$role integer

setType() public method

public setType ( integer $type )
$type integer