Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
paygw_paypal\privacy\provider Class Reference

Privacy Subsystem implementation for paygw_paypal. More...

Inheritance diagram for paygw_paypal\privacy\provider:
core_privacy\local\metadata\null_provider core_payment\privacy\paygw_provider

Static Public Member Functions

static delete_data_for_payment_sql (string $paymentsql, array $paymentparams)
 Delete all user data related to the given payments.
 
static export_payment_data (\context $context, array $subcontext, stdClass $payment)
 Export all user data for the specified payment record, and the given context.
 
static get_reason ()
 Get the language string identifier with the component's language file to explain why this plugin stores no data.
 

Detailed Description

Privacy Subsystem implementation for paygw_paypal.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ delete_data_for_payment_sql()

static paygw_paypal\privacy\provider::delete_data_for_payment_sql ( string $paymentsql,
array $paymentparams )
static

Delete all user data related to the given payments.

Parameters
string$paymentsqlSQL query that selects payment.id field for the payments
array$paymentparamsArray of parameters for $paymentsql

Implements core_payment\privacy\paygw_provider.

◆ export_payment_data()

static paygw_paypal\privacy\provider::export_payment_data ( \context $context,
array $subcontext,
stdClass $payment )
static

Export all user data for the specified payment record, and the given context.

Parameters
context$contextContext
array$subcontextThe location within the current context that the payment data belongs
stdClass$paymentThe payment record

Implements core_payment\privacy\paygw_provider.

◆ get_reason()

static paygw_paypal\privacy\provider::get_reason ( )
static

Get the language string identifier with the component's language file to explain why this plugin stores no data.

Return values
string

Implements core_privacy\local\metadata\null_provider.


The documentation for this class was generated from the following file: