示例#1
0
 /**
  * @param Result $result
  */
 public function setResult(Result $result)
 {
     $this->responseBody->addMember($result->getSerializer());
 }
示例#2
0
 /**
  * @param Result $result
  */
 public function setResult(Result $result)
 {
     $this->checksForCustomObject();
     $this->responseBody->addMember($result->getSerializer());
 }
示例#3
0
 /**
  * @return array
  */
 public function getOutput()
 {
     return $this->result->getData();
 }