Documentation

TranslatableMessage
in package
implements TranslatableInterface

Tags
author

Nate Wiebe nate@northern.co

Table of Contents

Interfaces

TranslatableInterface

Properties

$domain  : string|null
$message  : string
$parameters  : array<string|int, mixed>

Methods

__construct()  : mixed
__toString()  : string
getDomain()  : string|null
getMessage()  : string
getParameters()  : array<string|int, mixed>
trans()  : string

Properties

Methods

__construct()

public __construct(string $message[, array<string|int, mixed> $parameters = [] ][, string $domain = null ]) : mixed
Parameters
$message : string
$parameters : array<string|int, mixed> = []
$domain : string = null

getParameters()

public getParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results