Example #1
0
 /**
  * Get total number of images in collection
  *
  * @return int
  * @throws SoapApiException
  */
 public function imageCount()
 {
     $result = new SoapRequestResult($this->soapClient->imageCount());
     $this->checkRequestResultSuccess($result);
     return $result->getData();
 }