/**
  * Adds aggregates support.
  */
 protected function setResponseValues()
 {
     parent::setResponseValues();
     if ($this->isSuccess()) {
         $body = $this->getBodyArray();
         $this->_aggregates = !empty($body['aggregates']) ? $body['aggregates'] : [];
     }
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
 }