コード例 #1
0
 /**
  * @return array
  */
 public function execute()
 {
     $results = $this->remoteAdapter->multiCall($this);
     $this->flush();
     return $results;
 }