Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

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

return: \moodle_url
param: array $extraparams

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

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

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

return: bool