Open Journal Systems
3.3.0
|
Namespaces | |
Exception | |
Http | |
Message | |
Data Structures | |
class | AbstractGateway |
class | AbstractGatewayTest |
class | AbstractGatewayTest_MockAbstractGateway |
class | AbstractGatewayTest_MockAbstractRequest |
class | CreditCard |
class | CreditCardTest |
class | Currency |
class | CurrencyTest |
class | GatewayFactory |
class | GatewayFactoryTest |
interface | GatewayInterface |
class | Helper |
class | HelperTest |
class | Issuer |
class | IssuerTest |
class | Item |
class | ItemBag |
class | ItemBagTest |
interface | ItemInterface |
class | ItemTest |
class | PaymentMethod |
class | PaymentMethodTest |
Functions | |
getParameter ($key) | |
getParameters () | |
initialize (array $parameters=[]) | |
setParameter ($key, $value) | |
validate (... $args) | |
Variables | |
trait | ParametersTrait |
Base payment gateway class
Credit Card class
Currency class
Omnipay Gateway Factory class
Payment gateway interface
Helper class
Cart Item
Cart Item Bag
Cart Item interface
Payment Method
|
protected |
Get one parameter.
string | $key | Parameter key |
Definition at line 40 of file ParametersTrait.php.
Omnipay\Common\getParameters | ( | ) |
Get all parameters.
Definition at line 50 of file ParametersTrait.php.
Omnipay\Common\initialize | ( | array | $parameters = [] | ) |
Initialize the object with parameters.
If any unknown parameters passed, they will be ignored.
array | $parameters | An associative array of parameters |
Definition at line 63 of file ParametersTrait.php.
References Omnipay\Common\Helper\initialize().
|
protected |
Set one parameter.
string | $key | Parameter key |
mixed | $value | Parameter value |
Definition at line 27 of file ParametersTrait.php.
Omnipay\Common\validate | ( | $args | ) |
Validate the request.
This method is called internally by gateways to avoid wasting time with an API call when the request is clearly invalid.
string | ... a variable length list of required parameters |
InvalidRequestException |
Definition at line 79 of file ParametersTrait.php.
trait Omnipay::Common\ParametersTrait |
Definition at line 9 of file ParametersTrait.php.