PaymillHandler
in package
PostFinance online payment
Tags
Table of Contents
Properties
- $arrError : array<string|int, mixed>
- Error messages
- $arrWarning : array<string|int, mixed>
- Warning messages
- $paymillJsBridge : string
- Paymill JS Bridge url
- $sectionName : string
- section name
Methods
- closeElement() : mixed
- fieldset() : mixed
- getElement() : mixed
- getFormattedAttrbs() : mixed
- openElement() : mixed
- processRequest() : mixed
Properties
$arrError
Error messages
public
static array<string|int, mixed>
$arrError
= array()
Tags
$arrWarning
Warning messages
public
static array<string|int, mixed>
$arrWarning
= array()
Tags
$paymillJsBridge
Paymill JS Bridge url
public
static string
$paymillJsBridge
= "https://bridge.paymill.com"
$sectionName
section name
public
static string
$sectionName
= \null
Tags
Methods
closeElement()
public
static closeElement(mixed $elm) : mixed
Parameters
- $elm : mixed
fieldset()
public
static fieldset([mixed $legend = false ][, mixed $selfClose = false ]) : mixed
Parameters
- $legend : mixed = false
- $selfClose : mixed = false
getElement()
public
static getElement(mixed $elm[, mixed $attrbs = '' ][, mixed $content = '' ]) : mixed
Parameters
- $elm : mixed
- $attrbs : mixed = ''
- $content : mixed = ''
getFormattedAttrbs()
public
static getFormattedAttrbs(mixed $attributes) : mixed
Parameters
- $attributes : mixed
openElement()
public
static openElement(mixed $elm[, mixed $attributes = '' ]) : mixed
Parameters
- $elm : mixed
- $attributes : mixed = ''
processRequest()
public
static processRequest(mixed $token, mixed $arrOrder) : mixed
Parameters
- $token : mixed
- $arrOrder : mixed