LogFile
extends Data
Table of Contents
Properties
-
$createdAt
: Carbon
-
$fileName
: string
-
$id
: string
-
$path
: string
-
$updatedAt
: Carbon
Methods
-
__construct()
: mixed
$createdAt
public
Carbon
$createdAt
$fileName
public
string
$fileName
$id
public
string
$id
$path
public
string
$path
$updatedAt
public
Carbon
$updatedAt
__construct()
public
__construct(string $id, string $fileName, string $path, Carbon $createdAt, Carbon $updatedAt) : mixed
Parameters
-
$id
: string
-
-
$fileName
: string
-
-
$path
: string
-
-
$createdAt
: Carbon
-
-
$updatedAt
: Carbon
-