Interface.php
299 Bytes
<?php
/**
* Created by PhpStorm.
* User: ziy
* Date: 14-7-8
* Time: 下午6:09
*/
interface YOHOPay_Package_Interface
{
public function notify(array $notifyData);
/**
*
* @return YOHOPay_Package_Response
*/
public function makeResponseParameters(array $package);
}