ExportStep
AbstractYes
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>
- init() : void
- makeAnAnswer() : array<string|int, mixed>|null
Properties
$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
Methods
__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>init()
public
abstract init() : void
makeAnAnswer()
public
makeAnAnswer() : array<string|int, mixed>|null