Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay/vendor/omnipay/common/src/Omnipay/Common/GatewayInterface.php
Ðазад
<?php /** * Payment gateway interface */ namespace Omnipay\Common; /** * Payment gateway interface * * This interface class defines the standard functions that any * Omnipay gateway needs to define. * * @see AbstractGateway */ interface GatewayInterface { /** * Get gateway display name * * This can be used by carts to get the display name for each gateway. */ public function getName(); /** * Get gateway short name * * This name can be used with GatewayFactory as an alias of the gateway class, * to create new instances of this gateway. */ public function getShortName(); /** * Define gateway parameters, in the following format: * * array( * 'username' => '', // string variable * 'testMode' => false, // boolean variable * 'landingPage' => array('billing', 'login'), // enum variable, first item is default * ); */ public function getDefaultParameters(); /** * Initialize gateway with parameters */ public function initialize(array $parameters = array()); /** * Get all gateway parameters * * @return array */ public function getParameters(); }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка