Metaregistrar\EPP\ficoraEppCreateContactRequest::__construct PHP Метод

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

public __construct ( $createinfo, $contacttype = 'licensee' )
    function __construct($createinfo, $contacttype = 'licensee')
    {
        parent::__construct($createinfo);
        // Ficora needs the xmlns attribute in the contact object
        $this->contactobject->setAttribute('xmlns:contact', 'urn:ietf:params:xml:ns:contact-1.0');
        $this->addSessionId();
    }