Documentation

BooleanParser
in package
implements ElementParserInterface

Read onlyYes
FinalYes

Table of Contents

Interfaces

ElementParserInterface

Properties

$falseLabels  : array<string|int, mixed>
$trueLabels  : array<string|int, mixed>

Methods

__construct()  : mixed
parse()  : iterable<string|int, BooleanVariable|OpenTextVariable>

Properties

$falseLabels read-only

private array<string|int, mixed> $falseLabels

$trueLabels read-only

private array<string|int, mixed> $trueLabels

Methods

__construct()

public __construct(array<string, string> $trueLabels, array<string, string> $falseLabels) : mixed
Parameters
$trueLabels : array<string, string>
$falseLabels : array<string, string>

parse()

public parse(ElementParserInterface $root, array<string|int, mixed> $questionConfig, SurveyConfiguration $surveyConfiguration[, array<string|int, mixed> $dataPrefix = [] ]) : iterable<string|int, BooleanVariable|OpenTextVariable>
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, BooleanVariable|OpenTextVariable>

        
On this page

Search results