ProformaZip
in package
implements
JsonSerializable
uses
CreateTimeLifecycleCallbacks
Class ProformaZip
Tags
Table of Contents
Interfaces
- JsonSerializable
Constants
- PROGRESS_DONE = 2
- PROGRESS_ERROR = -1
- PROGRESS_PROCESSING = 1
- TYPE_ENTRY_PAST = 'entry_past'
- TYPE_ENTRY_REPORT = 'entry_report'
- TYPE_PRELIMINARY_REPORT = 'preliminary_report'
- TYPES = [self::TYPE_ENTRY_PAST, self::TYPE_ENTRY_REPORT, self::TYPE_PRELIMINARY_REPORT]
Properties
- $createTime : DateTime|null
- $entryId : int
- $id : int|null
- $path : string
- $progress : int
- $type : string
Methods
- createTimePrePersist() : mixed
- getCreateTime() : DateTime|null
- getEntryId() : int
- getId() : int|null
- getPath() : string|null
- getProgress() : int
- getType() : string
- jsonSerialize() : mixed
- setCreateTime() : void
- setEntryId() : void
- setId() : void
- setPath() : void
- setProgress() : void
- setType() : void
Constants
PROGRESS_DONE
public
mixed
PROGRESS_DONE
= 2
PROGRESS_ERROR
public
mixed
PROGRESS_ERROR
= -1
PROGRESS_PROCESSING
public
mixed
PROGRESS_PROCESSING
= 1
TYPE_ENTRY_PAST
public
mixed
TYPE_ENTRY_PAST
= 'entry_past'
TYPE_ENTRY_REPORT
public
mixed
TYPE_ENTRY_REPORT
= 'entry_report'
TYPE_PRELIMINARY_REPORT
public
mixed
TYPE_PRELIMINARY_REPORT
= 'preliminary_report'
TYPES
public
mixed
TYPES
= [self::TYPE_ENTRY_PAST, self::TYPE_ENTRY_REPORT, self::TYPE_PRELIMINARY_REPORT]
Properties
$createTime
private
DateTime|null
$createTime
Tags
$entryId
private
int
$entryId
Tags
$id
private
int|null
$id
Tags
$path
private
string
$path
Tags
$progress
private
int
$progress
Tags
$type
private
string
$type
Tags
Methods
createTimePrePersist()
public
createTimePrePersist() : mixed
Tags
getCreateTime()
public
getCreateTime() : DateTime|null
Return values
DateTime|nullgetEntryId()
public
getEntryId() : int
Return values
intgetId()
public
getId() : int|null
Return values
int|nullgetPath()
public
getPath() : string|null
Return values
string|nullgetProgress()
public
getProgress() : int
Return values
intgetType()
public
getType() : string
Return values
stringjsonSerialize()
public
jsonSerialize() : mixed
setCreateTime()
public
setCreateTime(DateTime|null $createTime) : void
Parameters
- $createTime : DateTime|null
setEntryId()
public
setEntryId(int $entryId) : void
Parameters
- $entryId : int
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setPath()
public
setPath(string $path) : void
Parameters
- $path : string
setProgress()
public
setProgress(int $progress) : void
Parameters
- $progress : int
setType()
public
setType(string $type) : void
Parameters
- $type : string