PHP 인터페이스 PayPal\Formatter\IPPFormatter

For every new payload format, write a new formatter class that implements this interface
파일 보기 프로젝트 열기: paypal/sdk-core-php

공개 메소드들

메소드 설명
toObject ( $string, $options = [] )
toString ( PPRequest $request, array $options = [] )

메소드 상세

toObject() 공개 메소드

public toObject ( $string, $options = [] )

toString() 공개 메소드

public toString ( PPRequest $request, array $options = [] )
$request PayPal\Core\PPRequest The request to format
$options array Any formatter specific options to be passed in