Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403] [Versions 400 and 403] [Versions 401 and 403]

PayPal enrolment plugin utility class.

Copyright: 2016 Cameron Ball <cameron@cameron1729.xyz>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 91 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

util:: (2 methods):
  message_paypal_error_to_admin()
  get_exception_handler()


Class: util  - X-Ref

PayPal enrolment plugin utility class.

message_paypal_error_to_admin($subject, $data)   X-Ref
Alerts site admin of potential problems.

param: string   $subject email subject
param: \stdClass $data    PayPal IPN data

get_exception_handler()   X-Ref
Silent exception handler.

return: callable exception handler