DocumentStatus
FinalYes
Table of Contents
Constants
- DONE = 'done'
- NEW = 'new'
- READY = 'ready'
- SIGNING = 'signing'
- STOPPED = 'stopped'
- UPLOADED = 'uploaded'
Methods
- getAll() : array<string|int, self::*>
- getEnding() : array<string|int, self::*>
- getFinalStatuses() : array<int, self::*>
- isFinalByDocument() : bool
Constants
DONE
public
mixed
DONE
= 'done'
NEW
public
mixed
NEW
= 'new'
READY
public
mixed
READY
= 'ready'
SIGNING
public
mixed
SIGNING
= 'signing'
STOPPED
public
mixed
STOPPED
= 'stopped'
UPLOADED
public
mixed
UPLOADED
= 'uploaded'
Methods
getAll()
public
static getAll() : array<string|int, self::*>
Return values
array<string|int, self::*>getEnding()
public
static getEnding() : array<string|int, self::*>
Return values
array<string|int, self::*>getFinalStatuses()
public
static getFinalStatuses() : array<int, self::*>
Return values
array<int, self::*>isFinalByDocument()
public
static isFinalByDocument(Document $document) : bool
Parameters
- $document : Document