PHP Class Omnipay\Alipay\Requests\LegacyNotifyRequest

Inheritance: extends AbstractLegacyRequest
Afficher le fichier Open project: lokielse/omnipay-alipay Class Usage Examples

Méthodes publiques

Свойство Type Description
$params Symfony\Component\HttpFoundation\ParameterBag

Protected Properties

Свойство Type Description
$sort
$verifyNotifyId

Méthodes publiques

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
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setParams ( $value )
setSort ( boolean $sort ) : LegacyNotifyRequest
setVerifyNotifyId ( boolean $verifyNotifyId )
validateParams ( )

Méthodes protégées

Méthode Description
verifyNotifyId ( )
verifySignature ( )

Private Methods

Méthode Description
initParams ( ) : array | mixed

Method Details

getData() public méthode

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.
public getData ( ) : mixed
Résultat mixed

getParams() public méthode

public getParams ( ) : mixed
Résultat mixed

sendData() public méthode

Send the request with specified data
public sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface
$data mixed The data to send
Résultat Omnipay\Common\Message\ResponseInterface

setParams() public méthode

public setParams ( $value )
$value

setSort() public méthode

public setSort ( boolean $sort ) : LegacyNotifyRequest
$sort boolean
Résultat LegacyNotifyRequest

setVerifyNotifyId() public méthode

public setVerifyNotifyId ( boolean $verifyNotifyId )
$verifyNotifyId boolean

validateParams() public méthode

public validateParams ( )

verifyNotifyId() protected méthode

protected verifyNotifyId ( )

verifySignature() protected méthode

protected verifySignature ( )

Property Details

$params public_oe property

public ParameterBag,Symfony\Component\HttpFoundation $params
Résultat Symfony\Component\HttpFoundation\ParameterBag

$sort protected_oe property

protected $sort

$verifyNotifyId protected_oe property

protected $verifyNotifyId