phpDocumentor

LanguageConfigurationValues implements JsonSerializable

Class LanguageConfigurationValues

Interfaces, Classes and Traits

JsonSerializable

Table of Contents

$values  : array<string|int, mixed>
__construct()  : mixed
LanguageConfigurationValues constructor.
jsonSerialize()  : mixed
throwInvalidArgumentException()  : void
Throws an invalid argument exception.

Properties

Methods

__construct()

LanguageConfigurationValues constructor.

public __construct(array<string|int, mixed> $languageValues) : mixed
Parameters
$languageValues : array<string|int, mixed>
Return values
mixed

throwInvalidArgumentException()

Throws an invalid argument exception.

private throwInvalidArgumentException(string $type,  $value) : void
Parameters
$type : string
$value :
Return values
void

Search results