PHP 클래스 app\models\AccountGateway

상속: extends EntityModel, use trait Illuminate\Database\Eloquent\SoftDeletes, use trait Laracasts\Presenter\PresentableTrait
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$dates array
$presenter string

공개 메소드들

메소드 설명
gateway ( ) : BelongsTo
getAchEnabled ( ) : boolean
getConfig ( ) : mixed
getConfigField ( $field ) : mixed
getCreditcardTypes ( ) : array
getEntityType ( ) : mixed
getPayPalEnabled ( ) : boolean
getPlaidClientId ( ) : boolean | mixed
getPlaidEnabled ( ) : boolean
getPlaidEnvironment ( ) : null | string
getPlaidPublicKey ( ) : boolean | mixed
getPlaidSecret ( ) : boolean | mixed
getPublishableStripeKey ( ) : boolean | mixed
getWebhookUrl ( ) : string
isGateway ( $gatewayId ) : boolean
paymentDriver ( boolean $invitation = false, mixed $gatewayTypeId = false ) : mixed
paymentDriverClass ( $provider ) : string
setConfig ( $config )

메소드 상세

gateway() 공개 메소드

public gateway ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo

getAchEnabled() 공개 메소드

public getAchEnabled ( ) : boolean
리턴 boolean

getConfig() 공개 메소드

public getConfig ( ) : mixed
리턴 mixed

getConfigField() 공개 메소드

public getConfigField ( $field ) : mixed
$field
리턴 mixed

getCreditcardTypes() 공개 메소드

public getCreditcardTypes ( ) : array
리턴 array

getEntityType() 공개 메소드

public getEntityType ( ) : mixed
리턴 mixed

getPayPalEnabled() 공개 메소드

public getPayPalEnabled ( ) : boolean
리턴 boolean

getPlaidClientId() 공개 메소드

public getPlaidClientId ( ) : boolean | mixed
리턴 boolean | mixed

getPlaidEnabled() 공개 메소드

public getPlaidEnabled ( ) : boolean
리턴 boolean

getPlaidEnvironment() 공개 메소드

public getPlaidEnvironment ( ) : null | string
리턴 null | string

getPlaidPublicKey() 공개 메소드

public getPlaidPublicKey ( ) : boolean | mixed
리턴 boolean | mixed

getPlaidSecret() 공개 메소드

public getPlaidSecret ( ) : boolean | mixed
리턴 boolean | mixed

getPublishableStripeKey() 공개 메소드

getWebhookUrl() 공개 메소드

public getWebhookUrl ( ) : string
리턴 string

isGateway() 공개 메소드

public isGateway ( $gatewayId ) : boolean
$gatewayId
리턴 boolean

paymentDriver() 공개 메소드

public paymentDriver ( boolean $invitation = false, mixed $gatewayTypeId = false ) : mixed
$invitation boolean
$gatewayTypeId mixed
리턴 mixed

paymentDriverClass() 공개 정적인 메소드

public static paymentDriverClass ( $provider ) : string
$provider
리턴 string

setConfig() 공개 메소드

public setConfig ( $config )
$config

프로퍼티 상세

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

protected array $dates
리턴 array

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

protected string $presenter
리턴 string