NoUISliderParser
in package
implements
ElementParserInterface
Read onlyYes
FinalYes
Table of Contents
Interfaces
Methods
- parse() : iterable<string|int, VariableInterface|DeferredVariable>
Methods
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> = []