ImportStep
AbstractYes
Table of Contents
Properties
- $data : Dictionary
- $entityCode : string
- $errorCollection : ErrorCollection
- $nextStep : Dictionary
- $previousStep : Dictionary
- $structure : Structure
Methods
- __construct() : mixed
- fulfill() : array<string|int, mixed>
- init() : void
- makeAnAnswer() : array<string|int, mixed>|null
- makeAStep() : void
Properties
$data
public
Dictionary
$data
$entityCode
public
string
$entityCode
$errorCollection
public
ErrorCollection
$errorCollection
$nextStep
public
Dictionary
$nextStep
$previousStep
public
Dictionary
$previousStep
$structure
public
Structure
$structure
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(mixed $event) : void
Parameters
- $event : mixed
makeAnAnswer()
public
makeAnAnswer() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullmakeAStep()
public
abstract makeAStep() : void