Bånder

Video extends BaseModel
in package

Attributes
#[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

Properties

$casts

protected mixed $casts = ['probe' => 'array']

$dateFormat

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

$fillable

protected mixed $fillable = ['path', 'duration', 'height', 'width', 'video_bitrate', 'framerate', 'probe']

Methods

formatForException()

public formatForException() : string
Return values
string

makeHash()

public static makeHash(SplFileInfo $file) : string
Parameters
$file : SplFileInfo
Return values
string

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> = []

        
On this page

Search results