TranslationProviderCollection
in package
FinalYes
Tags
Table of Contents
Properties
- $providers : array<string, ProviderInterface>
Methods
- __construct() : mixed
- __toString() : string
- get() : ProviderInterface
- has() : bool
- keys() : array<string|int, mixed>
Properties
$providers
private
array<string, ProviderInterface>
$providers
Methods
__construct()
public
__construct(array<string, ProviderInterface> $providers) : mixed
Parameters
- $providers : array<string, ProviderInterface>
__toString()
public
__toString() : string
Return values
stringget()
public
get(string $name) : ProviderInterface
Parameters
- $name : string
Return values
ProviderInterfacehas()
public
has(string $name) : bool
Parameters
- $name : string
Return values
boolkeys()
public
keys() : array<string|int, mixed>