Interface.php 172 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?php /** * Created by PhpStorm. * User: liuziyang * Date: 14-2-17 * Time: 19:34 */ interface YHMCart_Plugins_Interface { public function calculate($orderData); }