Metaregistrar\EPP\eppCreateContactRequest::setFax PHP Method

setFax() public method

public setFax ( $fax )
    public function setFax($fax)
    {
        if ($fax) {
            $this->contactobject->appendChild($this->createElement('contact:fax', $fax));
        }
    }