Metaregistrar\EPP\eppContactHandle::setContactType PHP Method

setContactType() public method

Sets the contact type
public setContactType ( string $contactType ) : void
$contactType string
return void
    public function setContactType($contactType)
    {
        $this->contactType = $contactType;
    }