1 2 3 4 5 6 7 8
<?php namespace hji\membership\models\webservice\interfaces; interface ISearchable { public function search(); }