Abstract.php 116 Bytes Raw Blame History Permalink 1 2 3 4 5 6 <?php #TODO 装饰模式,观察者 abstract class YHMCart_Plugins_Abstract implements YHMCart_Plugins_Interface { }