StringValue
in package
implements
StringValueInterface
Read onlyYes
Table of Contents
Interfaces
- StringValueInterface
- This models the smallest piece of data.
Properties
Methods
- __construct() : mixed
- getDisplayValue() : string
- getRawValue() : array<string|int, mixed>|float|bool|int|string|null|DateTimeInterface
- getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
- toString() : string
Properties
$rawValue
private
array<string|int, mixed>|float|bool|int|string|null|DateTimeInterface
$rawValue
$value
private
string
$value
Methods
__construct()
public
final __construct(array<string|int, mixed>|float|bool|int|string|null|DateTimeInterface $rawValue) : mixed
Parameters
- $rawValue : array<string|int, mixed>|float|bool|int|string|null|DateTimeInterface
Tags
getDisplayValue()
public
getDisplayValue([string|null $locale = null ]) : string
Parameters
- $locale : string|null = null
Return values
stringgetRawValue()
public
getRawValue() : array<string|int, mixed>|float|bool|int|string|null|DateTimeInterface
Tags
Return values
array<string|int, mixed>|float|bool|int|string|null|DateTimeInterfacegetValue()
public
getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
Return values
string|int|float|bool|DateTimeInterface|array<string|int, mixed>|nulltoString()
public
static toString(array<string|int, mixed>|float|bool|int|string|null $rawValue) : string
Parameters
- $rawValue : array<string|int, mixed>|float|bool|int|string|null