PlaylistStatistic
extends BaseModel
uses
HasFactory
Table of Contents
Properties
-
$dateFormat
: mixed
-
$fillable
: mixed
Methods
-
formatForException()
: string
-
newEloquentBuilder()
: mixed
-
playlist()
: mixed
-
update()
: mixed
protected
mixed
$dateFormat
= 'Y-m-d H:i:sO'
$fillable
protected
mixed
$fillable
= ['playlist_id', 'views', 'plays', 'shares', 'favorites']
public
formatForException() : string
newEloquentBuilder()
public
newEloquentBuilder(mixed $query) : mixed
Parameters
-
$query
: mixed
-
playlist()
public
playlist() : mixed
update()
public
update([array<string|int, mixed> $attributes = [] ][, array<string|int, mixed> $options = [] ]) : mixed
Parameters
-
$attributes
: array<string|int, mixed>
= []
-
-
$options
: array<string|int, mixed>
= []
-