PHP 클래스 Ogone\AbstractRequest

상속: implements ogone\Request
파일 보기 프로젝트 열기: marlon-be/marlon-ogone

공개 프로퍼티들

프로퍼티 타입 설명
$allowedlanguages Note this is public to allow easy modification, if need be.

보호된 프로퍼티들

프로퍼티 타입 설명
$ogoneFields
$ogoneUri
$parameters
$shaComposer Ogone\ShaComposer\ShaComposer

공개 메소드들

메소드 설명
__call ( $method, $args ) Allows setting ogone parameters that don't have a setter -- usually only the unimportant ones like bgcolor, which you'd call with setBgcolor()
getOgoneUri ( ) : string
getShaSign ( ) : string
setAccepturl ( $accepturl )
setBackurl ( $backurl )
setCancelurl ( $cancelurl )
setCn ( $cn )
setCustomername ( $customername ) Alias for setCn
setDeclineurl ( $declineurl )
setExceptionurl ( $exceptionurl )
setFeedbackParams ( array $feedbackParams ) Alias for setParamplus
setLanguage ( $language ) ISO code eg nl_BE
setOgoneUri ( $ogoneUri ) Ogone uri to send the customer to. Usually PaymentRequest::TEST or PaymentRequest::PRODUCTION
setParamplus ( array $paramplus )
setPspid ( $pspid )
toArray ( )
validate ( )

보호된 메소드들

메소드 설명
validateOgoneUri ( $uri )
validateUri ( $uri )

메소드 상세

__call() 공개 메소드

Allows setting ogone parameters that don't have a setter -- usually only the unimportant ones like bgcolor, which you'd call with setBgcolor()
public __call ( $method, $args )
$method
$args

getOgoneUri() 공개 메소드

public getOgoneUri ( ) : string
리턴 string

getShaSign() 공개 메소드

public getShaSign ( ) : string
리턴 string

setAccepturl() 공개 메소드

public setAccepturl ( $accepturl )

setBackurl() 공개 메소드

public setBackurl ( $backurl )

setCancelurl() 공개 메소드

public setCancelurl ( $cancelurl )

setCn() 공개 메소드

public setCn ( $cn )

setCustomername() 공개 메소드

Alias for setCn
public setCustomername ( $customername )

setDeclineurl() 공개 메소드

public setDeclineurl ( $declineurl )

setExceptionurl() 공개 메소드

public setExceptionurl ( $exceptionurl )

setFeedbackParams() 공개 메소드

Alias for setParamplus
public setFeedbackParams ( array $feedbackParams )
$feedbackParams array

setLanguage() 공개 메소드

ISO code eg nl_BE
public setLanguage ( $language )

setOgoneUri() 공개 메소드

Ogone uri to send the customer to. Usually PaymentRequest::TEST or PaymentRequest::PRODUCTION
public setOgoneUri ( $ogoneUri )

setParamplus() 공개 메소드

public setParamplus ( array $paramplus )
$paramplus array

setPspid() 공개 메소드

public setPspid ( $pspid )

toArray() 공개 메소드

public toArray ( )

validate() 공개 메소드

public validate ( )

validateOgoneUri() 보호된 메소드

protected validateOgoneUri ( $uri )

validateUri() 보호된 메소드

protected validateUri ( $uri )

프로퍼티 상세

$allowedlanguages 공개적으로 프로퍼티

Note this is public to allow easy modification, if need be.
public $allowedlanguages

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

protected $ogoneFields

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

protected $ogoneUri

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

protected $parameters

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

protected ShaComposer,Ogone\ShaComposer $shaComposer
리턴 Ogone\ShaComposer\ShaComposer