iwpml-tm-admin-section-factory.php 203 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php interface IWPML_TM_Admin_Section_Factory { /** * Returns an instance of a class implementing \IWPML_TM_Admin_Section. * * @return \IWPML_TM_Admin_Section */ public function create(); }