コード例 #1
0
 /**
  * Adds aggregates support.
  */
 protected function setResponseValues()
 {
     parent::setResponseValues();
     if ($this->isSuccess()) {
         $body = $this->getBodyArray();
         $this->_aggregates = !empty($body['aggregates']) ? $body['aggregates'] : [];
     }
 }
コード例 #2
0
ファイル: Stack.php プロジェクト: gotnospirit/php-dpat
 public function __construct()
 {
     parent::__construct();
 }