PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
vendor
/
omnipay
/
common
/
src
/
Common
/
Message
<?php /** * Message Interface */ namespace Omnipay\Common\Message; /** * Message Interface * * This interface class defines the standard functions that any Omnipay message * interface needs to be able to provide. */ interface MessageInterface { /** * Get the raw data array for this message. The format of this varies from gateway to * gateway, but will usually be either an associative array, or a SimpleXMLElement. * * @return mixed */ public function getData(); }
[+]
..
[-] FetchIssuersResponseInterface.php
[edit]
[-] NotificationInterface.php
[edit]
[-] ResponseInterface.php
[edit]
[-] RequestInterface.php
[edit]
[-] AbstractRequest.php
[edit]
[-] FetchPaymentMethodsResponseInterface.php
[edit]
[-] MessageInterface.php
[edit]
[-] AbstractResponse.php
[edit]
[-] RedirectResponseInterface.php
[edit]