PHP Class Omnipay\Alipay\Requests\AopNotifyRequest

Inheritance: extends AbstractAopRequest
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
$encodePolicy
$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
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 ( )

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

getPartner() public méthode

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

setEncodePolicy() public méthode

public setEncodePolicy ( string $encodePolicy ) : AopNotifyRequest
$encodePolicy string
Résultat AopNotifyRequest

setParams() public méthode

public setParams ( $value )
$value

setPartner() public méthode

public setPartner ( $value )
$value

setSort() public méthode

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

setVerifyNotifyId() public méthode

public setVerifyNotifyId ( boolean $value ) : AopNotifyRequest
$value boolean
Résultat AopNotifyRequest

validateParams() public méthode

public validateParams ( )

verifyNotifyId() protected méthode

protected verifyNotifyId ( )

verifySignature() protected méthode

protected verifySignature ( )

Property Details

$encodePolicy protected_oe property

protected $encodePolicy

$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