Example #1
0
 /**
  * Return some metadata (?)
  *
  * @return array
  * @throws SoapApiException
  */
 public function imageMeta()
 {
     $result = $result = new SoapRequestResult($this->soapClient->imageMeta());
     $this->checkRequestResultSuccess($result);
     return $result->getData();
 }