PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
payments
/
paypal-sdk-core
/
lib
/
formatters
<?php class PPNVPFormatter implements IPPFormatter { public function toString($request, $options = array()) { return $request->getRequestObject()->toNVPString(); } public function toObject($string, $options = array()) { throw new BadMethodCallException('Unimplemented'); } }
[+]
..
[-] PPSOAPFormatter.php
[edit]
[-] PPNVPFormatter.php
[edit]
[-] FormatterFactory.php
[edit]
[-] IPPFormatter.php
[edit]