Metaregistrar\EPP\euridEppInfoDomainRequest::__construct PHP Method

__construct() public method

public __construct ( $infodomain, $hosts = null )
    function __construct($infodomain, $hosts = null)
    {
        parent::__construct($infodomain, $hosts);
        $this->addEURIDExtension();
        $this->addSessionId();
    }
euridEppInfoDomainRequest