Table of Contents
Properties
-
$casts
: mixed
-
$dateFormat
: mixed
-
$fillable
: mixed
-
$table
: mixed
Methods
-
bootHasNanoPublicId()
: mixed
-
formatForException()
: string
-
getRouteKeyName()
: string
-
newEloquentBuilder()
: mixed
-
update()
: mixed
-
user()
: mixed
-
userMediaActivityable()
: mixed
$casts
protected
mixed
$casts
= ['love' => 'boolean']
protected
mixed
$dateFormat
= 'Y-m-d H:i:sO'
$fillable
protected
mixed
$fillable
= ['public_id', 'play_count', 'love', 'last_played_at', 'last_platform', 'last_player']
$table
protected
mixed
$table
= 'user_media_activities'
bootHasNanoPublicId()
public
static bootHasNanoPublicId() : mixed
public
formatForException() : string
getRouteKeyName()
public
getRouteKeyName() : 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>
= []
-
user()
public
user() : mixed
public
userMediaActivityable() : mixed