Omnipay\Alipay\Requests\AopTradeQueryRequest::sendData PHP 메소드

sendData() 공개 메소드

Send the request with specified data
public sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface
$data mixed The data to send
리턴 Omnipay\Common\Message\ResponseInterface
    public function sendData($data)
    {
        $data = parent::sendData($data);
        return $this->response = new AopTradeQueryResponse($this, $data);
    }
AopTradeQueryRequest