File "ResultObjectMapperInterface.php"

Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/cardinity/cardinity-sdk-php/src/Method/ResultObjectMapperInterface.php
File size: 244 B (244 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

namespace Cardinity\Method;

interface ResultObjectMapperInterface
{
    public function map(array $response, ResultObjectInterface $result);
    public function mapCollection(array $response, MethodResultCollectionInterface $result);
}