PHP Интерфейс PayPal\Formatter\IPPFormatter
For every new payload format, write a new formatter
class that implements this interface
Показать файл
Открыть проект
Открытые методы
Описание методов
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 |