first commit
This commit is contained in:
17
lib/Model/Transform/ResponseUnMarshaller.php
Normal file
17
lib/Model/Transform/ResponseUnMarshaller.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace Yeepay\Yop\Sdk\Model\Transform;
|
||||
|
||||
use Yeepay\Yop\Sdk\Http\YopHttpResponse;
|
||||
|
||||
interface ResponseUnMarshaller
|
||||
{
|
||||
|
||||
/**
|
||||
* @param $yopHttpResponse YopHttpResponse
|
||||
* @param ResponseUnMarshalParams $params
|
||||
* @return mixed
|
||||
*/
|
||||
public function unmarshal(YopHttpResponse $yopHttpResponse, ResponseUnMarshalParams $params);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user