interface-wpml-tm-jobs-summary-report-model.php 183 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php interface WPML_TM_Jobs_Summary_Report_Model { /** * @return string */ public function get_subject(); /** * @return string */ public function get_summary_text(); }