Methods |
public
static
|
FILTERS_ARRAY()
|
#
|
public
|
__construct(string[] $properties = [])
Creates a instance of StatusTransition
Creates a instance of StatusTransition
Parameters
$properties |
The default properties
|
Overrides
Overriden by
|
#
|
public
|
getToken(): string
Get the status transition token
Get the status transition token
|
#
|
public
|
setToken(string $token): StatusTransition
Set the status transition token
Set the status transition token
|
#
|
public
|
getCreatedOn(): DateTime
Get the status transition creation date
Get the status transition creation date
|
#
|
public
|
getTransition(): string
Get the status transition
Get the status transition
|
#
|
public
|
setTransition(string $transition): StatusTransition
Set the status transition
Set the status transition
|
#
|
public
|
getFromStatus(): string
Get the old status
|
#
|
public
|
getToStatus(): string
Get the new status
|
#
|
public
|
getNotes(): string
Get the status transition notes
Get the status transition notes
|
#
|
public
|
setNotes(string $notes): StatusTransition
Set the status transition notes
Set the status transition notes
|
#
|