Example #1
0
 /**
  * Build index for current user
  *
  * @throws SoapApiException
  */
 public function indexBuild()
 {
     $result = new SoapRequestResult($this->soapClient->indexBuild());
     $this->checkRequestResultSuccess($result);
 }