\App\ModelsDatabaseNotification

App\Models\DatabaseNotification

Summary

Methods
Properties
Constants
getList()
()
()
newModelQuery()
newQuery()
query()
whereCreatedAt()
whereData()
whereId()
whereNotifiableId()
whereNotifiableType()
whereReadAt()
whereType()
whereUpdatedAt()
$id
$type
$notifiable_type
$notifiable_id
$data
$read_at
$created_at
$updated_at
$notifiable
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$id

$id : string

Type

string

$type

$type : string

Type

string

$notifiable_type

$notifiable_type : string

Type

string

$notifiable_id

$notifiable_id : integer

Type

integer

$data

$data : array

Type

array

$read_at

$read_at : \Illuminate\Support\Carbon|null

Type

\Illuminate\Support\Carbon|null

$created_at

$created_at : \Illuminate\Support\Carbon|null

Type

\Illuminate\Support\Carbon|null

$updated_at

$updated_at : \Illuminate\Support\Carbon|null

Type

\Illuminate\Support\Carbon|null

$notifiable

$notifiable : \Illuminate\Database\Eloquent\Model|\Eloquent

Type

\Illuminate\Database\Eloquent\Model|\Eloquent

Methods

getList()

getList(  $guard, array  $validated) : array

获取列表

Parameters

$guard
array $validated

Returns

array

()

() : 

static \Illuminate\Notifications\DatabaseNotificationCollection|static[] all($columns = ['*'])

Returns

()

() : 

static \Illuminate\Notifications\DatabaseNotificationCollection|static[] get($columns = ['*'])

Returns

newModelQuery()

newModelQuery() : \Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

Returns

\Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

newQuery()

newQuery() : \Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

Returns

\Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

query()

query() : \Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

Returns

\Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

whereCreatedAt()

whereCreatedAt(mixed  $value) : \Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

Parameters

mixed $value

Returns

\Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

whereData()

whereData(mixed  $value) : \Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

Parameters

mixed $value

Returns

\Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

whereId()

whereId(mixed  $value) : \Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

Parameters

mixed $value

Returns

\Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

whereNotifiableId()

whereNotifiableId(mixed  $value) : \Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

Parameters

mixed $value

Returns

\Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

whereNotifiableType()

whereNotifiableType(mixed  $value) : \Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

Parameters

mixed $value

Returns

\Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

whereReadAt()

whereReadAt(mixed  $value) : \Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

Parameters

mixed $value

Returns

\Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

whereType()

whereType(mixed  $value) : \Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

Parameters

mixed $value

Returns

\Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

whereUpdatedAt()

whereUpdatedAt(mixed  $value) : \Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification

Parameters

mixed $value

Returns

\Illuminate\Database\Eloquent\Builder|\App\Models\DatabaseNotification