PHP Class Omnipay\Alipay\Requests\AopNotifyRequest

Inheritance: extends AbstractAopRequest
Show file Open project: lokielse/omnipay-alipay Class Usage Examples

Public Properties

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

Protected Properties

Property Type Description
$encodePolicy
$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
getPartner ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setEncodePolicy ( string $encodePolicy ) : AopNotifyRequest
setParams ( $value )
setPartner ( $value )
setSort ( boolean $sort ) : AopNotifyRequest
setVerifyNotifyId ( boolean $value ) : AopNotifyRequest
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

getPartner() public method

public getPartner ( ) : 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

setEncodePolicy() public method

public setEncodePolicy ( string $encodePolicy ) : AopNotifyRequest
$encodePolicy string
return AopNotifyRequest

setParams() public method

public setParams ( $value )
$value

setPartner() public method

public setPartner ( $value )
$value

setSort() public method

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

setVerifyNotifyId() public method

public setVerifyNotifyId ( boolean $value ) : AopNotifyRequest
$value boolean
return AopNotifyRequest

validateParams() public method

public validateParams ( )

verifyNotifyId() protected method

protected verifyNotifyId ( )

verifySignature() protected method

protected verifySignature ( )

Property Details

$encodePolicy protected property

protected $encodePolicy

$params public property

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

$sort protected property

protected $sort

$verifyNotifyId protected property

protected $verifyNotifyId