Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Class account

Copyright: 2020 Marina Glancy
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 156 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

account:: (6 methods):
  define_properties()
  get_context()
  get_formatted_name()
  get_edit_url()
  get_gateways()
  is_available()


Class: account  - X-Ref

Class account

define_properties()   X-Ref
Return the definition of the properties of this model.

return: array

get_context()   X-Ref
Account context

return: \context

get_formatted_name()   X-Ref
Account name ready for display

return: string

get_edit_url(array $extraparams = [])   X-Ref
Manage account url

param: array $extraparams
return: \moodle_url

get_gateways(bool $enabledpluginsonly = true)   X-Ref
List of gateways configured (or possible) for this account

param: bool $enabledpluginsonly only return payment plugins that are enabled
return: account_gateway[]

is_available()   X-Ref
Is this account available (used in management interface)

return: bool