Свойство | Type | Description | |
---|---|---|---|
$params | Symfony\Component\HttpFoundation\ParameterBag |
Свойство | Type | Description | |
---|---|---|---|
$encodePolicy | |||
$sort | |||
$verifyNotifyId |
Méthode | Description | |
---|---|---|
getData ( ) : mixed | Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement. | |
getParams ( ) : mixed | ||
getPartner ( ) : mixed | ||
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface | Send the request with specified data | |
setEncodePolicy ( string $encodePolicy ) : |
||
setParams ( $value ) | ||
setPartner ( $value ) | ||
setSort ( boolean $sort ) : |
||
setVerifyNotifyId ( boolean $value ) : |
||
validateParams ( ) |
Méthode | Description | |
---|---|---|
verifyNotifyId ( ) | ||
verifySignature ( ) |
Méthode | Description | |
---|---|---|
initParams ( ) : array | mixed |
public setEncodePolicy ( string $encodePolicy ) : |
||
$encodePolicy | string | |
Résultat |
public setVerifyNotifyId ( boolean $value ) : |
||
$value | boolean | |
Résultat |
public ParameterBag,Symfony\Component\HttpFoundation $params | ||
Résultat | Symfony\Component\HttpFoundation\ParameterBag |