PHP Class app\models\PaymentLibrary

Inheritance: extends Eloquen\Eloquent
Show file Open project: hillelcoren/invoice-ninja Class Usage Examples

Public Properties

Property Type Description
$timestamps boolean

Protected Properties

Property Type Description
$table string

Public Methods

Method Description
gateways ( ) : Illuminate\Database\Eloquent\Relations\HasMany

Method Details

gateways() public method

public gateways ( ) : Illuminate\Database\Eloquent\Relations\HasMany
return Illuminate\Database\Eloquent\Relations\HasMany

Property Details

$table protected property

protected string $table
return string

$timestamps public property

public bool $timestamps
return boolean