FileRevision
extends BaseModel
Table of Contents
Properties
-
$date
: string
-
$fileId
: int
-
$id
: int
-
$info
: array<string|int, mixed>
-
$projectId
: int
-
$restoreToRevision
: int|null
Methods
-
__construct()
: mixed
-
getDate()
: string
-
getFileId()
: int
-
getId()
: int
-
getInfo()
: array<string|int, mixed>
-
getProjectId()
: int
-
getRestoreToRevision()
: int|null
$date
protected
string
$date
$fileId
protected
int
$fileId
$id
protected
int
$id
$info
protected
array<string|int, mixed>
$info
= []
$projectId
protected
int
$projectId
$restoreToRevision
protected
int|null
$restoreToRevision
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getDate()
public
getDate() : string
getFileId()
public
getFileId() : int
getId()
public
getId() : int
getInfo()
public
getInfo() : array<string|int, mixed>
Return values
array<string|int, mixed>
getProjectId()
public
getProjectId() : int
getRestoreToRevision()
public
getRestoreToRevision() : int|null