Documentation

StringValue
in package
implements StringValueInterface

Read onlyYes

Table of Contents

Interfaces

StringValueInterface
This models the smallest piece of data.

Properties

$rawValue  : array<string|int, mixed>|float|bool|int|string|null|DateTimeInterface
$value  : string

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

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

array|float|bool|int|string|\DateTimeInterface|null $rawValue

getDisplayValue()

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

getRawValue()

public getRawValue() : array<string|int, mixed>|float|bool|int|string|null|DateTimeInterface
Tags
phpstan-return

array|float|bool|int|string|\DateTimeInterface|null

Return values
array<string|int, mixed>|float|bool|int|string|null|DateTimeInterface

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

toString()

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
Return values
string

        
On this page

Search results