Metaregistrar\EPP\eppCreateContactRequest::setContactId PHP Method

setContactId() public method

Create the contact:id field
public setContactId ( $contactid )
$contactid
    public function setContactId($contactid)
    {
        $this->contactobject->appendChild($this->createElement('contact:id', $contactid));
    }