Documentation

IntegerValueOptionInterface extends IntegerValueInterface, ValueOptionInterface

This models the smallest piece of data.

A single answer with a multivalued variable or the whole answer in a single valued variable.

Table of Contents

Constants

DEFAULT_LOCALE  = 'default'

Methods

getDisplayValue()  : string
getDisplayValues()  : array<string, string>
getValue()  : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null

Constants

Methods

getDisplayValue()

public getDisplayValue([string|null $locale = null ]) : string
Parameters
$locale : string|null = null
Return values
string

getDisplayValues()

public getDisplayValues() : array<string, string>
Return values
array<string, string>

Display values for each available locale, indexed by locale

getValue()

public getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
Return values
string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null

        
On this page

Search results