-
#[ObservedBy]
-
\App\Observers\VideoObserver::class
Table of Contents
Properties
-
$casts
: mixed
-
$dateFormat
: mixed
-
$fillable
: mixed
Methods
-
formatForException()
: string
-
makeHash()
: string
-
movies()
: mixed
-
newEloquentBuilder()
: mixed
-
update()
: mixed
$casts
protected
mixed
$casts
= ['probe' => 'array']
protected
mixed
$dateFormat
= 'Y-m-d H:i:sO'
$fillable
protected
mixed
$fillable
= ['path', 'duration', 'height', 'width', 'video_bitrate', 'framerate', 'probe']
public
formatForException() : string
makeHash()
public
static makeHash(SplFileInfo $file) : string
Parameters
-
$file
: SplFileInfo
-
movies()
public
movies() : mixed
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>
= []
-