Documentation

SurveyParser
in package
implements SurveyParserInterface, ElementParserInterface

Table of Contents

Interfaces

SurveyParserInterface
ElementParserInterface

Properties

$defaultParser  : ElementParserInterface
$parsers  : array<string, ElementParserInterface>
$recursiveParser  : ElementParserInterface

Methods

__construct()  : mixed
parse()  : iterable<string|int, VariableInterface|DeferredVariable>
parseJson()  : VariableSetInterface
parseSurveyStructure()  : VariableSetInterface
setDefaultParser()  : void
Sets the default parser
setParser()  : void
Sets the parser for a specific question, removes all other registered parser for this question parser.
getParser()  : ElementParserInterface
parseElement()  : iterable<string|int, VariableInterface|DeferredVariable>
parsePage()  : iterable<string|int, VariableInterface|DeferredVariable>

Properties

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

parseElement()

private parseElement(array<string|int, mixed> $config, SurveyConfiguration $surveyConfiguration[, array<int, string> $dataPrefix = [] ]) : iterable<string|int, VariableInterface|DeferredVariable>
Parameters
$config : array<string|int, mixed>
$surveyConfiguration : SurveyConfiguration
$dataPrefix : array<int, string> = []
Return values
iterable<string|int, VariableInterface|DeferredVariable>

parsePage()

private parsePage(array<string|int, mixed> $structure, SurveyConfiguration $surveyConfiguration) : iterable<string|int, VariableInterface|DeferredVariable>
Parameters
$structure : array<string|int, mixed>
$surveyConfiguration : SurveyConfiguration
Tags
phpstan-param

array $structure

Return values
iterable<string|int, VariableInterface|DeferredVariable>

        
On this page

Search results