Bånder

Version extends Version
in package
uses SoftDeletes, IsBaseModel

Table of Contents

Properties

$casts  : array<string|int, mixed>
$dateFormat  : mixed
$guarded  : mixed
$table  : mixed
$with  : mixed

Methods

formatForException()  : string
getIncrementing()  : mixed
getKeyType()  : mixed
newEloquentBuilder()  : mixed

Properties

$casts

protected array<string|int, mixed> $casts = ['contents' => 'json']

$dateFormat

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

$guarded

protected mixed $guarded = []

$table

protected mixed $table = 'versions'

$with

protected mixed $with = ['versionable']

Methods

formatForException()

public formatForException() : string
Return values
string

getIncrementing()

public getIncrementing() : mixed

getKeyType()

public getKeyType() : mixed

newEloquentBuilder()

public newEloquentBuilder(mixed $query) : mixed
Parameters
$query : mixed

        
On this page

Search results