Version
extends Version
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
$casts
protected
array<string|int, mixed>
$casts
= ['contents' => 'json']
protected
mixed
$dateFormat
= 'Y-m-d H:i:sO'
$guarded
protected
mixed
$guarded
= []
$table
protected
mixed
$table
= 'versions'
$with
protected
mixed
$with
= ['versionable']
public
formatForException() : string
getIncrementing()
public
getIncrementing() : mixed
getKeyType()
public
getKeyType() : mixed
newEloquentBuilder()
public
newEloquentBuilder(mixed $query) : mixed
Parameters
-
$query
: mixed
-