data = $data; } public function run() { try { return new WPML_Ajax_Response( true, $this->job_action_factory->save_action( $this->data )->save_translation() ); } catch ( Exception $e ) { return new WPML_Ajax_Response( false, 0 ); } } }