Example #1
0
 /**
  * Check status of index-bulding process
  *
  * @return array
  * @throws SoapApiException
  */
 public function indexStatus()
 {
     $result = new SoapRequestResult($this->soapClient->indexStatus());
     $this->checkRequestResultSuccess($result);
     return $result->getData();
 }