PHP 클래스 PayPal\Ipn\PPIPNMessage

파일 보기 프로젝트 열기: paypal/sdk-core-php 1 사용 예제들

공개 메소드들

메소드 설명
__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