Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
behat_core_payment_generator Class Reference

Behat data generator for core_payment. More...

Inheritance diagram for behat_core_payment_generator:

Protected Member Functions

 get_account_id (string $accountname)
 Look up the id of a account from its name.
 
 get_creatable_entities ()
 Get a list of the entities that can be created.
 

Detailed Description

Behat data generator for core_payment.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ get_account_id()

behat_core_payment_generator::get_account_id ( string $accountname)
protected

Look up the id of a account from its name.

Parameters
string$accountname
Return values
intcorresponding id.

◆ get_creatable_entities()

behat_core_payment_generator::get_creatable_entities ( )
protected

Get a list of the entities that can be created.

Return values
arrayentity name => information about how to generate.

The documentation for this class was generated from the following file: