Current Path : /var/www/storage2/vendor/cardinity/cardinity-sdk-php/src/Method/ |
Current File : /var/www/storage2/vendor/cardinity/cardinity-sdk-php/src/Method/ResultObjectMapperInterface.php |
<?php namespace Cardinity\Method; interface ResultObjectMapperInterface { public function map(array $response, ResultObjectInterface $result); public function mapCollection(array $response, MethodResultCollectionInterface $result); }