ChecklistAttachmentDto
FinalYes
Table of Contents
Properties
- $fileId : int
- $id : int
- $isUploading : bool
- $name : string
- $serverFileId : string
- $type : string
- $url : string
Methods
- __construct() : mixed
Properties
$fileId read-only
public
int
$fileId
$id read-only
public
int
$id
$isUploading read-only
public
bool
$isUploading
= false
$name read-only
public
string
$name
$serverFileId read-only
public
string
$serverFileId
$type read-only
public
string
$type
$url read-only
public
string
$url
Methods
__construct()
public
__construct(int $id, int $fileId, string $serverFileId, string $name, string $url, string $type[, bool $isUploading = false ]) : mixed
Parameters
- $id : int
- $fileId : int
- $serverFileId : string
- $name : string
- $url : string
- $type : string
- $isUploading : bool = false