Documentation

Bank extends Model
in package
uses HasFactory

Table of Contents

Properties

$fillable  : mixed
$table  : mixed
The attributes that are mass assignable.

Methods

getBankCodeAttribute()  : string
Get the bank code.
getBankNameAttribute()  : string
Get the bank name.
getIconAttribute()  : string|null
Get the icon representing the bank.

Properties

$fillable

protected mixed $fillable = ['bank_name', 'bank_code', 'icon']

$table

The attributes that are mass assignable.

protected mixed $table = 'bank'

Methods

getBankCodeAttribute()

Get the bank code.

public getBankCodeAttribute() : string
Return values
string

getBankNameAttribute()

Get the bank name.

public getBankNameAttribute() : string
Return values
string

getIconAttribute()

Get the icon representing the bank.

public getIconAttribute() : string|null
Return values
string|null

        
On this page

Search results