Current Path : /var/www/storage2/vendor/cardinity/cardinity-sdk-php/src/Method/ |
Current File : /var/www/storage2/vendor/cardinity/cardinity-sdk-php/src/Method/MethodResultCollectionInterface.php |
<?php namespace Cardinity\Method; /** * Method interface identifies method which returns collection of items. */ interface MethodResultCollectionInterface extends MethodInterface { }