Table of Contents
Properties
-
$data
: Dictionary
-
$entityCode
: string
-
$entityId
: mixed
-
$errorCollection
: ErrorCollection
-
$files
: Dictionary
-
$next
: Dictionary
-
$previous
: Dictionary
-
$stepNumber
: int
Methods
-
__construct()
: mixed
-
fulfill()
: array<string|int, mixed>
-
getSettings()
: array<string|int, mixed>|null
-
init()
: void
-
makeAnAnswer()
: array<string|int, mixed>|null
$data
public
Dictionary
$data
$entityCode
public
string
$entityCode
$entityId
public
mixed
$entityId
$errorCollection
public
ErrorCollection
$errorCollection
$files
public
Dictionary
$files
$next
public
Dictionary
$next
$previous
public
Dictionary
$previous
$stepNumber
public
int
$stepNumber
__construct()
public
__construct(Event $event) : mixed
Parameters
-
$event
: Event
-
fulfill()
public
static fulfill(Event $event) : array<string|int, mixed>
Parameters
-
$event
: Event
-
Return values
array<string|int, mixed>
getSettings()
public
static getSettings(Event $event) : array<string|int, mixed>|null
Parameters
-
$event
: Event
-
Return values
array<string|int, mixed>|null
init()
public
init() : void
makeAnAnswer()
public
makeAnAnswer() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null