Abstract.class.php 155 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?php /** * 抽象类 - 分词 */ abstract class Util_Ws_Adapter_Abstract implements Util_Ws_Adapter_Interface { public function getWords($inputs) {} }