PHP Класс PayPal\Ipn\PPIPNMessage

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

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

Метод Описание
__construct ( string $postData = '', $config = null )
getRawData ( ) : array Returns a hashmap of raw IPN data
getTransactionId ( ) : string Returns the transaction id for which this IPN was generated, if one is available
getTransactionType ( ) : string Returns the transaction type for which this IPN was generated
validate ( ) : boolean Validates a IPN message

Приватные методы

Метод Описание
setEndpoint ( )

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

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

public __construct ( string $postData = '', $config = null )
$postData string OPTIONAL post data. If null, the class automatically reads incoming POST data from the input stream

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

Returns a hashmap of raw IPN data
public getRawData ( ) : array
Результат array

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

Returns the transaction id for which this IPN was generated, if one is available
public getTransactionId ( ) : string
Результат string

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

Returns the transaction type for which this IPN was generated
public getTransactionType ( ) : string
Результат string

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

Validates a IPN message
public validate ( ) : boolean
Результат boolean