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 |
account:: (6 methods):
define_properties()
get_context()
get_formatted_name()
get_edit_url()
get_gateways()
is_available()
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 |