Bånder

PlaylistStatistic extends BaseModel
in package
uses HasFactory

Table of Contents

Properties

$dateFormat  : mixed
$fillable  : mixed

Methods

formatForException()  : string
newEloquentBuilder()  : mixed
playlist()  : mixed
update()  : mixed

Properties

$dateFormat

protected mixed $dateFormat = 'Y-m-d H:i:sO'

$fillable

protected mixed $fillable = ['playlist_id', 'views', 'plays', 'shares', 'favorites']

Methods

formatForException()

public formatForException() : string
Return values
string

newEloquentBuilder()

public newEloquentBuilder(mixed $query) : mixed
Parameters
$query : 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> = []

        
On this page

Search results