Documentation

IntegerVariable
in package
implements IntegerVariableInterface uses GetTitle, GetName, GetRawConfiguration

Read onlyYes
FinalYes

Table of Contents

Interfaces

IntegerVariableInterface

Properties

$dataPath  : array<string|int, mixed>
$name  : string
$rawConfiguration  : array<string|int, mixed>
$titles  : array<string|int, mixed>

Methods

__construct()  : mixed
getMeasure()  : Measure::Ordinal|Measure::Scale
Numerical variables are always ordered, they might even be scalar, but that depends on context.
getName()  : string
getRawConfigurationValue()  : mixed
getTitle()  : string
getValue()  : IntegerValue|SpecialValueInterface

Properties

$rawConfiguration

private array<string|int, mixed> $rawConfiguration = []

Methods

__construct()

public __construct(string $name, array<string, string> $titles, array<string|int, mixed> $dataPath[, array<string|int, mixed> $rawConfiguration = [] ]) : mixed
Parameters
$name : string
$titles : array<string, string>
$dataPath : array<string|int, mixed>
$rawConfiguration : array<string|int, mixed> = []
Tags
phpstan-param

non-empty-list $dataPath

getMeasure()

Numerical variables are always ordered, they might even be scalar, but that depends on context.

public getMeasure() : Measure::Ordinal|Measure::Scale
Return values
Measure::Ordinal|Measure::Scale

getName()

public getName() : string
Return values
string

getRawConfigurationValue()

public getRawConfigurationValue(string|int $key) : mixed
Parameters
$key : string|int

getTitle()

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

        
On this page

Search results