PHP Interface PayPal\Formatter\IPPFormatter

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

Méthodes publiques

Méthode Description
toObject ( $string, $options = [] )
toString ( PPRequest $request, array $options = [] )

Method Details

toObject() public méthode

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

toString() public méthode

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