PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
payments
/
paypal-sdk-core
/
lib
/
formatters
<?php class FormatterFactory { public static function factory($bindingType) { switch ($bindingType) { case 'NV': return new PPNVPFormatter(); break; case 'SOAP': return new PPSOAPFormatter(); break; default: throw new InvalidArgumentException("Invalid value for bindingType. You passed $bindingType"); } } }
[+]
..
[-] PPSOAPFormatter.php
[edit]
[-] PPNVPFormatter.php
[edit]
[-] FormatterFactory.php
[edit]
[-] IPPFormatter.php
[edit]