PHP 클래스 PayWithAmazon\ResponseParser

상속: implements paywithamazon\ResponseInterface
파일 보기 프로젝트 열기: amzn/login-and-pay-with-amazon-sdk-php

공개 프로퍼티들

프로퍼티 타입 설명
$response

공개 메소드들

메소드 설명
__construct ( $response = null )
getBillingAgreementDetailsStatus ( $response ) * Get the status of the BillingAgreement
getOrderReferenceDetailsStatus ( $response ) * Get the status of the Order Reference ID
toArray ( ) * toArray - converts XML into associative array
toJson ( ) * toJson - converts XML into Json
toXml ( ) * Returns the XML portion of the response

비공개 메소드들

메소드 설명
getStatus ( $type, $path, $response )
simpleXmlObject ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $response = null )

getBillingAgreementDetailsStatus() 공개 메소드

* Get the status of the BillingAgreement
public getBillingAgreementDetailsStatus ( $response )

getOrderReferenceDetailsStatus() 공개 메소드

* Get the status of the Order Reference ID
public getOrderReferenceDetailsStatus ( $response )

toArray() 공개 메소드

* toArray - converts XML into associative array
public toArray ( )

toJson() 공개 메소드

* toJson - converts XML into Json
public toJson ( )

toXml() 공개 메소드

* Returns the XML portion of the response
public toXml ( )

프로퍼티 상세

$response 공개적으로 프로퍼티

public $response