class-wpml-tp-apply-translation-strategy.php 287 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php interface WPML_TP_Apply_Translation_Strategy { /** * @param WPML_TM_Job_Entity $job * @param WPML_TP_Translation_Collection $translations * * @return void */ public function apply( WPML_TM_Job_Entity $job, WPML_TP_Translation_Collection $translations ); }