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

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

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

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

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

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

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

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

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

public getLongUrl ( ) : 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

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

public setLongUrl ( mixed $longUrl )
$longUrl mixed

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

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

protected $endpoint