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

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

public __construct ( )
    function __construct()
    {
        $this->sessionid = uniqid();
        parent::__construct('1.0', 'UTF-8');
        $this->formatOutput = true;
        //$this->standalone = false;
        #$this->validateOnParse = true;
    }