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