PHP 클래스 Omnipay\Alipay\Requests\AopNotifyRequest

상속: extends AbstractAopRequest
파일 보기 프로젝트 열기: lokielse/omnipay-alipay 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$params Symfony\Component\HttpFoundation\ParameterBag

보호된 프로퍼티들

프로퍼티 타입 설명
$encodePolicy
$sort
$verifyNotifyId

공개 메소드들

메소드 설명
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 ( )

보호된 메소드들

메소드 설명
verifyNotifyId ( )
verifySignature ( )

비공개 메소드들

메소드 설명
initParams ( ) : array | mixed

메소드 상세

getData() 공개 메소드

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
리턴 mixed

getParams() 공개 메소드

public getParams ( ) : mixed
리턴 mixed

getPartner() 공개 메소드

public getPartner ( ) : mixed
리턴 mixed

sendData() 공개 메소드

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

setEncodePolicy() 공개 메소드

public setEncodePolicy ( string $encodePolicy ) : AopNotifyRequest
$encodePolicy string
리턴 AopNotifyRequest

setParams() 공개 메소드

public setParams ( $value )
$value

setPartner() 공개 메소드

public setPartner ( $value )
$value

setSort() 공개 메소드

public setSort ( boolean $sort ) : AopNotifyRequest
$sort boolean
리턴 AopNotifyRequest

setVerifyNotifyId() 공개 메소드

public setVerifyNotifyId ( boolean $value ) : AopNotifyRequest
$value boolean
리턴 AopNotifyRequest

validateParams() 공개 메소드

public validateParams ( )

verifyNotifyId() 보호된 메소드

protected verifyNotifyId ( )

verifySignature() 보호된 메소드

protected verifySignature ( )

프로퍼티 상세

$encodePolicy 보호되어 있는 프로퍼티

protected $encodePolicy

$params 공개적으로 프로퍼티

public ParameterBag,Symfony\Component\HttpFoundation $params
리턴 Symfony\Component\HttpFoundation\ParameterBag

$sort 보호되어 있는 프로퍼티

protected $sort

$verifyNotifyId 보호되어 있는 프로퍼티

protected $verifyNotifyId