Example #1
0
 /**
  * Get information about current user
  *
  * @return array
  * @throws SoapApiException
  */
 public function userGet()
 {
     $result = new SoapRequestResult($this->soapClient->userGet());
     $this->checkRequestResultSuccess($result);
     return $result->getData();
 }