PHP Класс Omnipay\Alipay\Requests\LegacyVerifyNotifyIdRequest

Наследование: extends AbstractLegacyRequest
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$service

Открытые методы

Метод Описание
getData ( ) : mixed Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement.
getNotifyId ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setNotifyId ( $value )

Описание методов

getData() публичный Метод

Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement.
public getData ( ) : mixed
Результат mixed

getNotifyId() публичный Метод

public getNotifyId ( ) : mixed
Результат mixed

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

setNotifyId() публичный Метод

public setNotifyId ( $value )
$value

Описание свойств

$service защищенное свойство

protected $service