ElementParserInterface
                
            in
            
        
    
        
        
Table of Contents
Methods
- parse() : iterable<string|int, VariableInterface|DeferredVariable>
 
Methods
parse()
    public
                    parse(ElementParserInterface $root, array<string|int, mixed> $questionConfig, SurveyConfiguration $surveyConfiguration[, array<int, string> $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<int, string> = []