interface-iwpml-template-service.php 123 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?php /** * @author OnTheGo Systems */ interface IWPML_Template_Service { public function show( $model, $template ); }