Interface.php 79 Bytes Raw Blame History Permalink 1 2 3 4 5 <?php interface Q_Ws_Adapter_Interface { public function getWords($inputs); }