PHP Interface PayPal\Formatter\IPPFormatter

For every new payload format, write a new formatter class that implements this interface
Show file Open project: paypal/sdk-core-php

Public Methods

Method Description
toObject ( $string, $options = [] )
toString ( PPRequest $request, array $options = [] )

Method Details

toObject() public method

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

toString() public method

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