Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
|
Files | |
file | gateway.php |
Contains class for PayPal payment gateway. | |
file | get_config_for_js.php |
This class contains a list of webservice functions related to the PayPal payment gateway. | |
file | install.php |
paygw_paypal installer script. | |
file | provider.php |
Privacy Subsystem implementation for paygw_paypal. | |
file | services.php |
External functions and service definitions for the PayPal payment gateway plugin. | |
file | settings.php |
Settings for the PayPal payment gateway. | |
file | transaction_complete.php |
This class contains a list of webservice functions related to the PayPal payment gateway. | |
file | upgrade.php |
Upgrade script for paygw_paypal. | |
file | version.php |
Version information. | |
Namespaces | |
namespace | paygw_paypal |
| |
namespace | paygw_paypal\external |
| |
namespace | paygw_paypal\privacy |
| |
Classes | |
class | paygw_paypal\external\get_config_for_js |
class | paygw_paypal\external\transaction_complete |
class | paygw_paypal\gateway |
The gateway class for PayPal payment gateway. More... | |
class | paygw_paypal\privacy\provider |
Privacy Subsystem implementation for paygw_paypal. More... | |
Functions | |
xmldb_paygw_paypal_install () | |
xmldb_paygw_paypal_upgrade (int $oldversion) | |
Upgrade the plugin. | |
Variables | |
$functions | |
$plugin = 2022111800 | |
$plugin | component = 'paygw_paypal' |
$plugin | version = 2022112800 |
xmldb_paygw_paypal_upgrade | ( | int | $oldversion | ) |
Upgrade the plugin.
int | $oldversion | the version we are upgrading from |
bool | always true |
$functions |