MaskImportApp
extends ImportStep
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
$data
public
Dictionary
$data
$entityCode
public
string
$entityCode
$errorCollection
public
ErrorCollection
$errorCollection
$nextStep
public
Dictionary
$nextStep
$previousStep
public
Dictionary
$previousStep
$structure
public
Structure
$structure
__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
init(mixed $event) : void
Parameters
-
$event
: mixed
-
makeAnAnswer()
public
makeAnAnswer() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
makeAStep()
public
makeAStep() : void