MatrixDynamicParser
in package
implements
ElementParserInterface
Read onlyYes
FinalYes
Table of Contents
Interfaces
Properties
- $rowLabels : array<string|int, mixed>
Methods
- __construct() : void
- parse() : iterable<string|int, VariableInterface|DeferredVariable>
Properties
$rowLabels
private
array<string|int, mixed>
$rowLabels
Methods
__construct()
public
__construct(array<string, string> $rowLabels) : void
Parameters
- $rowLabels : array<string, string>
parse()
public
parse(ElementParserInterface $root, array<string|int, mixed> $questionConfig, SurveyConfiguration $surveyConfiguration[, array<string|int, mixed> $dataPrefix = [] ]) : iterable<string|int, VariableInterface|DeferredVariable>
Parameters
- $root : ElementParserInterface
-
This allows an element parser to parse subtypes that it itself doesn't know.
- $questionConfig : array<string|int, mixed>
- $surveyConfiguration : SurveyConfiguration
- $dataPrefix : array<string|int, mixed> = []