MediaWiki fundraising/REL1_35
IngenicoGateway Class Reference

Wikimedia Foundation. More...

Inheritance diagram for IngenicoGateway:
Collaboration diagram for IngenicoGateway:

Protected Attributes

 $gatewayIdentifier = IngenicoAdapter::IDENTIFIER
 
- Protected Attributes inherited from GlobalCollectGateway
 $gatewayIdentifier = GlobalCollectAdapter::IDENTIFIER
 
- Protected Attributes inherited from GatewayPage
string $gatewayIdentifier
 Derived classes must override this with the identifier of the gateway as set in GatewayAdapter::IDENTIFIER.
 
Psr Log LoggerInterface $logger
 Gateway-specific logger.
 
bool $showError = false
 When true, display an error form rather than the standard payment form.
 
- Protected Attributes inherited from SpecialPage
IContextSource $mContext
 Current request context.
 
 $mIncludable
 
 $mIncluding
 
 $mName
 
 $mRestriction
 

Additional Inherited Members

- Public Member Functions inherited from GatewayPage
 __construct ()
 Constructor.
 
 displayFailPage ()
 Display a failure page.
 
 displayForm ()
 Build and display form to user.
 
 execute ( $par)
 Show the special page.
 
 setClientVariables (&$vars)
 MakeGlobalVariablesScript handler, sends settings to Javascript.
 
 setClientVariablesWithErrorHandling (&$vars)
 
 setHeaders ()
 Sets headers - this should be called from the execute() method of all derived classes! Stable to override.
 
 showContinueButton ()
 Integrations that never need a continue button should override to return false.
 
 showSubmethodButtons ()
 Integrations that do not show submethod buttons should override to return false.
 
- Public Member Functions inherited from UnlistedSpecialPage
 __construct ( $name, $restriction='', $function=false, $file='default')
 Stable to call.
 
 isListed ()
 Whether this special page is listed in Special:SpecialPages Stable to override.
 
- Public Member Functions inherited from SpecialPage
 __construct ( $name='', $restriction='', $listed=true, $function=false, $file='', $includable=false)
 Default constructor for special pages Derivative classes should call this from their constructor Note that if the user does not have the required level, an error message will be displayed by the default execute() method, without the global function ever being called.
 
 addHelpLink ( $to, $overrideBaseUrl=false)
 Adds help link with an icon via page indicators.
 
 checkPermissions ()
 Checks if userCanExecute, and if not throws a PermissionsError.
 
 checkReadOnly ()
 If the wiki is currently in readonly mode, throws a ReadOnlyError.
 
 doesWrites ()
 Indicates whether this special page may perform database writes.
 
 getConfig ()
 Shortcut to get main config object.
 
 getContext ()
 Gets the context this SpecialPage is executed in.
 
 getDescription ()
 Returns the name that goes in the \<h1\> in the special page itself, and also the name that will be listed in Special:Specialpages.
 
 getFinalGroupName ()
 Get the group that the special page belongs in on Special:SpecialPage Use this method, instead of getGroupName to allow customization of the group name from the wiki side.
 
 getFullTitle ()
 Return the full title, including $par.
 
 getLanguage ()
 Shortcut to get user's language.
 
 getLinkRenderer ()
 
 getLocalName ()
 Get the localised name of the special page Stable to override.
 
 getName ()
 Get the name of this Special Page.
 
 getOutput ()
 Get the OutputPage being used for this instance.
 
 getPageTitle ( $subpage=false)
 Get a self-referential title object.
 
 getRequest ()
 Get the WebRequest being used for this instance.
 
 getRestriction ()
 Get the permission that a user must have to execute this page.
 
 getSkin ()
 Shortcut to get the skin being used for this instance.
 
 getUser ()
 Shortcut to get the User executing this instance.
 
 including ( $x=null)
 Whether the special page is being evaluated via transclusion.
 
 isCached ()
 Is this page cached? Expensive pages are cached or disabled in miser mode.
 
 isExpensive ()
 Is this page expensive (for some definition of expensive)? Expensive pages are disabled or cached in miser mode.
 
 isIncludable ()
 Whether it's allowed to transclude the special page via {{Special:Foo/params}} Stable to override.
 
 isRestricted ()
 Can be overridden by subclasses with more complicated permissions schemes.
 
 listed ( $x=null)
 Get or set whether this special page is listed in Special:SpecialPages.
 
 maxIncludeCacheTime ()
 How long to cache page when it is being included.
 
 msg ( $key,... $params)
 Wrapper around wfMessage that sets the current context.
 
 prefixSearchSubpages ( $search, $limit, $offset)
 Return an array of subpages beginning with $search that this special page will accept.
 
 requireLogin ( $reasonMsg='exception-nologin-text', $titleMsg='exception-nologin')
 If the user is not logged in, throws UserNotLoggedIn error.
 
 run ( $subPage)
 Entry point.
 
 setContext ( $context)
 Sets the context this SpecialPage is executed in.
 
 setHookContainer (HookContainer $hookContainer)
 
 setLinkRenderer (LinkRenderer $linkRenderer)
 
 setListed ( $listed)
 Set whether this page is listed in Special:Specialpages, at run-time.
 
 userCanExecute (User $user)
 Checks if the given user (identified by an object) can execute this special page (as defined by $mRestriction).
 
- Static Public Member Functions inherited from GatewayPage
static getGatewayPageName (string $gatewayId, Config $mwConfig)
 Get the name of the special page for a gateway.
 
- Static Public Member Functions inherited from SpecialPage
static getSafeTitleFor ( $name, $subpage=false)
 Get a localised Title object for a page name with a possibly unvalidated subpage.
 
static getTitleFor ( $name, $subpage=false, $fragment='')
 Get a localised Title object for a specified special page name If you don't need a full Title object, consider using TitleValue through getTitleValueFor() below.
 
static getTitleValueFor ( $name, $subpage=false, $fragment='')
 Get a localised TitleValue object for a specified special page name.
 
- Public Attributes inherited from GatewayPage
GatewayAdapter $adapter
 The gateway adapter object.
 
bool $supportsMonthlyConvert = false
 flag for setting Monthly Convert modal on template
 
- Protected Member Functions inherited from GatewayPage
 addGatewaySpecificResources (OutputPage $out)
 Override this to add any gateway-specific scripts or stylesheets that can't be loaded via ResourceLoader (gateway-specific ResourceLoader modules are listed in ui_modules.yaml and loaded in Gateway_Form_Mustache::getResources).
 
 displayResultsForDebug (PaymentTransactionResponse $results=null)
 displayResultsForDebug
 
 getGatewayIdentifier ()
 Get the current adapter class.
 
 getLogPrefix ()
 Try to get donor information to tag log entries in case we don't have an adapter instance.
 
 getVariant ()
 
 handleDonationRequest ()
 Respond to a donation request.
 
 handleRequest ()
 Handle the donation request.
 
 isProcessImmediate ()
 Determine if we should attempt to process the payment now.
 
 processPayment ()
 Ask the adapter to perform a payment.
 
 renderIframe ( $url)
 Append iframe.
 
 renderResponse (PaymentResult $result)
 Take UI action suggested by the payment result.
 
- Protected Member Functions inherited from SpecialPage
 addFeedLinks ( $params)
 Adds RSS/atom links.
 
 afterExecute ( $subPage)
 Gets called after.
 
 beforeExecute ( $subPage)
 Gets called before.
 
 buildPrevNextNavigation ( $offset, $limit, array $query=[], $atend=false, $subpage=false)
 Generate (prev x| next x) (20|50|100...) type links for paging.
 
 checkLoginSecurityLevel ( $level=null)
 Verifies that the user meets the security level, possibly reauthenticating them in the process.
 
 displayRestrictionError ()
 Output an error message telling the user what access level they have to have Stable to override.
 
 getCacheTTL ()
 Stable to override.
 
 getGroupName ()
 Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.
 
 getHookContainer ()
 
 getHookRunner ()
 
 getLanguageConverter ()
 Shortcut to get language's converter.
 
 getLoginSecurityLevel ()
 Tells if the special page does something security-sensitive and needs extra defense against a stolen account (e.g.
 
 getRobotPolicy ()
 Return the robot policy.
 
 getSubpagesForPrefixSearch ()
 Return an array of subpages that this special page will accept for prefix searches.
 
 outputHeader ( $summaryMessageKey='')
 Outputs a summary message on top of special pages Per default the message key is the canonical name of the special page May be overridden, i.e.
 
 prefixSearchString ( $search, $limit, $offset)
 Perform a regular substring search for prefixSearchSubpages.
 
 setReauthPostData (array $data)
 Record preserved POST data after a reauthentication.
 
 useTransactionalTimeLimit ()
 Call wfTransactionalTimeLimit() if this request was POSTed.
 
- Static Protected Member Functions inherited from SpecialPage
static prefixSearchArray ( $search, $limit, array $subpages, $offset)
 Helper function for implementations of prefixSearchSubpages() that filter the values in memory (as opposed to making a query).
 

Detailed Description

Wikimedia Foundation.

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. IngenicoGateway

Definition at line 23 of file ingenico_gateway.body.php.

Member Data Documentation

◆ $gatewayIdentifier

IngenicoGateway::$gatewayIdentifier = IngenicoAdapter::IDENTIFIER
protected

Definition at line 25 of file ingenico_gateway.body.php.


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