Settings
extends Model
in package
Thiocyn\PaymentReminders\Models\Settings
Tags
Table of Contents
- $id : int
- $implement : mixed
- $item : string|null
- $settingsCode : mixed
- $settingsFields : mixed
- $value : string|null
- all() :
- get() :
- newModelQuery() :
- newQuery() :
- query() :
- whereId() :
- whereItem() :
- whereValue() :
Properties
$id
public
int
$id
$implement
public
mixed
$implement
= ['System.Behaviors.SettingsModel']
$item
public
string|null
$item
$settingsCode
public
mixed
$settingsCode
= 'thiocyn_paymentreminders_settings'
$settingsFields
public
mixed
$settingsFields
= 'fields.yaml'
$value
public
string|null
$value
Methods
all()
public
static all(mixed $columns) :
Parameters
- $columns : mixed
Return values
—get()
public
static get(mixed $columns) :
Parameters
- $columns : mixed
Return values
—newModelQuery()
public
static newModelQuery() :
Return values
—newQuery()
public
static newQuery() :
Return values
—query()
public
static query() :
Return values
—whereId()
public
static whereId(mixed $value) :
Parameters
- $value : mixed
Return values
—whereItem()
public
static whereItem(mixed $value) :
Parameters
- $value : mixed
Return values
—whereValue()
public
static whereValue(mixed $value) :
Parameters
- $value : mixed