<?php }
if ($this->curlHandleResult === null) {
$this->curlHandleResult = curl_init();
curl_setopt($this->curlHandleResult, CURLOPT_CUSTOMREQUEST, 'POST');
curl_setopt($this->curlHandleResult, CURLOPT_RETURNTRANSFER, true);
curl_setopt($this->curlHandleResult, CURLOPT_FAILONERROR, true);