Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

(no description)

File Size: 37 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

paygw_provider:: (2 methods):
  export_payment_data()
  delete_data_for_payment_sql()


Interface: paygw_provider  - X-Ref

export_payment_data(\context $context, array $subcontext, \stdClass $payment)   X-Ref
Export all user data for the specified payment record, and the given context.

param: \context $context Context
param: array $subcontext The location within the current context that the payment data belongs
param: \stdClass $payment The payment record

delete_data_for_payment_sql(string $paymentsql, array $paymentparams)   X-Ref
Delete all user data related to the given payments.

param: string $paymentsql SQL query that selects payment.id field for the payments
param: array $paymentparams Array of parameters for $paymentsql