OpenTextVariable
in package
implements
StringVariableInterface
uses
GetName, GetTitle, GetRawConfiguration
Read onlyYes
FinalYes
Table of Contents
Interfaces
Properties
- $dataPath : array<string|int, mixed>
- $name : string
- $rawConfiguration : array<string|int, mixed>
- $titles : array<string|int, mixed>
Methods
- __construct() : mixed
- getMeasure() : Measure
- getName() : string
- getRawConfigurationValue() : mixed
- getTitle() : string
- getValue() : StringValueInterface|SpecialValueInterface
Properties
$dataPath
private
array<string|int, mixed>
$dataPath
$name
private
string
$name
$rawConfiguration
private
array<string|int, mixed>
$rawConfiguration
= []
$titles
private
array<string|int, mixed>
$titles
= []
Methods
__construct()
public
__construct(string $name, array<string|int, mixed> $dataPath[, array<string, string> $titles = [] ][, array<string|int, mixed> $rawConfiguration = [] ]) : mixed
Parameters
- $name : string
- $dataPath : array<string|int, mixed>
- $titles : array<string, string> = []
- $rawConfiguration : array<string|int, mixed> = []
Tags
getMeasure()
public
getMeasure() : Measure
Return values
MeasuregetName()
public
getName() : string
Return values
stringgetRawConfigurationValue()
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
stringgetValue()
public
getValue(RecordInterface $record) : StringValueInterface|SpecialValueInterface
Parameters
- $record : RecordInterface