File "MethodResultCollectionInterface.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/cardinity/cardinity-sdk-php/src/Method/MethodResultCollectionInterface.php
File
size: 192 B (192 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
namespace Cardinity\Method;
/**
* Method interface identifies method which returns collection of items.
*/
interface MethodResultCollectionInterface extends MethodInterface
{
}