MediaWiki fundraising/REL1_35
|
Static Public Member Functions | |
static | getAdapterClassForGateway ( $gateway) |
static | onDonationInterfaceUnitTests (&$files) |
static | onGetMessagesFileName ( $code, &$file) |
Register es-419 as a language supported by this extension but not by MediaWiki core. | |
static | onMediaWikiPHPUnitTeststartTest (TestCase $test) |
Implements MediaWikiPHPUnitTest::startTest hook. | |
static | registerExtension () |
Executed after processing extension.json. | |
static | setSmashPigProvider ( $provider) |
Initialize SmashPig context and return configuration object. | |
Definition at line 8 of file DonationInterface.class.php.
|
static |
Definition at line 98 of file DonationInterface.class.php.
Referenced by DonationApiBase\ensureState(), GatewayPage\execute(), AmazonBillingApi\execute(), ClientErrorApi\execute(), and EmployerSearchAPI\initLogger().
|
static |
Definition at line 55 of file DonationInterface.class.php.
References $wgAutoloadClasses.
|
static |
Register es-419 as a language supported by this extension but not by MediaWiki core.
Handles Language::onGetMessagesFileName hook called in LanguageNameUtils::getMessagesFileName
string | $code | language code |
string | &$file | path of Messages file as found by MediaWiki core |
Definition at line 132 of file DonationInterface.class.php.
References $file.
|
static |
Implements MediaWikiPHPUnitTest::startTest hook.
TestCase | $test |
Definition at line 89 of file DonationInterface.class.php.
|
static |
Executed after processing extension.json.
Definition at line 12 of file DonationInterface.class.php.
References $IP.
|
static |
Initialize SmashPig context and return configuration object.
string | $provider |
Definition at line 112 of file DonationInterface.class.php.
Referenced by GatewayPage\execute(), AmazonBillingApi\execute(), and DonationApiBase\setAdapterAndValidate().