PHP Класс Omnipay\WechatPay\Message\QueryOpenIdByAuthCodeRequest

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

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

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

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

Метод Описание
getAuthCode ( ) : mixed
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.
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setAuthCode ( mixed $authCode )

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

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

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

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

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

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

public setAuthCode ( mixed $authCode )
$authCode mixed

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

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

protected $endpoint