batch_report = $batch_report; $this->email_process = $email_process; } public function add_hooks(){ add_action( 'wpml_tm_assign_job_notification', array( $this->batch_report, 'set_job' ) ); add_action( 'wpml_tm_new_job_notification', array( $this->batch_report, 'set_job' ), 10, 2 ); add_action( 'wpml_tm_local_string_sent', array( $this->batch_report, 'set_job' ) ); add_action( 'wpml_tm_basket_committed', array( $this->email_process, 'process_emails' ) ); } }