PHP 인터페이스 PayPal\Formatter\IPPFormatter
For every new payload format, write a new formatter
class that implements this interface
파일 보기
프로젝트 열기: paypal/sdk-core-php
공개 메소드들
메소드 상세
public toObject ( $string, $options = [] ) |
public toString ( PPRequest $request, array $options = [] ) |
$request |
PayPal\Core\PPRequest |
The request to format |
$options |
array |
Any formatter specific options
to be passed in |