Documentation

OpenTextVariable
in package
implements StringVariableInterface uses GetName, GetTitle, GetRawConfiguration

Read onlyYes
FinalYes

Table of Contents

Interfaces

StringVariableInterface

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

$rawConfiguration

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

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
phpstan-param

non-empty-list $dataPath

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