PHP Class Omnipay\Alipay\Requests\LegacyNotifyRequest

Inheritance: extends AbstractLegacyRequest
Exibir arquivo Open project: lokielse/omnipay-alipay Class Usage Examples

Public Properties

Property Type Description
$params Symfony\Component\HttpFoundation\ParameterBag

Protected Properties

Property Type Description
$sort
$verifyNotifyId

Public Methods

Method 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 ( )

Protected Methods

Method Description
verifyNotifyId ( )
verifySignature ( )

Private Methods

Method Description
initParams ( ) : array | mixed

Method Details

getData() public method

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
return mixed

getParams() public method

public getParams ( ) : mixed
return mixed

sendData() public method

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

setParams() public method

public setParams ( $value )
$value

setSort() public method

public setSort ( boolean $sort ) : LegacyNotifyRequest
$sort boolean
return LegacyNotifyRequest

setVerifyNotifyId() public method

public setVerifyNotifyId ( boolean $verifyNotifyId )
$verifyNotifyId boolean

validateParams() public method

public validateParams ( )

verifyNotifyId() protected method

protected verifyNotifyId ( )

verifySignature() protected method

protected verifySignature ( )

Property Details

$params public_oe property

public ParameterBag,Symfony\Component\HttpFoundation $params
return Symfony\Component\HttpFoundation\ParameterBag

$sort protected_oe property

protected $sort

$verifyNotifyId protected_oe property

protected $verifyNotifyId