コード例 #1
0
 /**
  * @return array
  */
 public function execute()
 {
     $results = $this->remoteAdapter->multiCall($this);
     $this->flush();
     return $results;
 }
コード例 #2
0
ファイル: Action.php プロジェクト: smalot/magento-client
 /**
  * @return array
  */
 public function execute()
 {
     return $this->remoteAdapter->call($this);
 }