File "ResultObjectInterface.php"

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

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

namespace Cardinity\Method;

/**
 * Represents value object to store response result data
 */
interface ResultObjectInterface extends \Serializable
{
    /**
     * Return errors
     * @return array
     */
    public function getErrors();
}