PHP Class app\models\AccountGateway

Inheritance: extends EntityModel, use trait Illuminate\Database\Eloquent\SoftDeletes, use trait Laracasts\Presenter\PresentableTrait
Afficher le fichier Open project: hillelcoren/invoice-ninja Class Usage Examples

Protected Properties

Свойство Type Description
$dates array
$presenter string

Méthodes publiques

Méthode Description
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 )

Method Details

gateway() public méthode

public gateway ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo

getAchEnabled() public méthode

public getAchEnabled ( ) : boolean
Résultat boolean

getConfig() public méthode

public getConfig ( ) : mixed
Résultat mixed

getConfigField() public méthode

public getConfigField ( $field ) : mixed
$field
Résultat mixed

getCreditcardTypes() public méthode

public getCreditcardTypes ( ) : array
Résultat array

getEntityType() public méthode

public getEntityType ( ) : mixed
Résultat mixed

getPayPalEnabled() public méthode

public getPayPalEnabled ( ) : boolean
Résultat boolean

getPlaidClientId() public méthode

public getPlaidClientId ( ) : boolean | mixed
Résultat boolean | mixed

getPlaidEnabled() public méthode

public getPlaidEnabled ( ) : boolean
Résultat boolean

getPlaidEnvironment() public méthode

public getPlaidEnvironment ( ) : null | string
Résultat null | string

getPlaidPublicKey() public méthode

public getPlaidPublicKey ( ) : boolean | mixed
Résultat boolean | mixed

getPlaidSecret() public méthode

public getPlaidSecret ( ) : boolean | mixed
Résultat boolean | mixed

getPublishableStripeKey() public méthode

public getPublishableStripeKey ( ) : boolean | mixed
Résultat boolean | mixed

getWebhookUrl() public méthode

public getWebhookUrl ( ) : string
Résultat string

isGateway() public méthode

public isGateway ( $gatewayId ) : boolean
$gatewayId
Résultat boolean

paymentDriver() public méthode

public paymentDriver ( boolean $invitation = false, mixed $gatewayTypeId = false ) : mixed
$invitation boolean
$gatewayTypeId mixed
Résultat mixed

paymentDriverClass() public static méthode

public static paymentDriverClass ( $provider ) : string
$provider
Résultat string

setConfig() public méthode

public setConfig ( $config )
$config

Property Details

$dates protected_oe property

protected array $dates
Résultat array

$presenter protected_oe property

protected string $presenter
Résultat string