Documentation

MatrixDynamicParser
in package
implements ElementParserInterface

Read onlyYes
FinalYes

Table of Contents

Interfaces

ElementParserInterface

Properties

$rowLabels  : array<string|int, mixed>

Methods

__construct()  : void
parse()  : iterable<string|int, VariableInterface|DeferredVariable>

Properties

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> = []
Return values
iterable<string|int, VariableInterface|DeferredVariable>

        
On this page

Search results