Class PhpMemoryArray

Summary

Fully Qualified Name: Zend\I18n\Translator\Loader\PhpMemoryArray
Implements: RemoteLoaderInterface

Description

PHP Memory array loader.

Methods

Name Description Defined By
__construct() PhpMemoryArray
load() Load translations from a remote source. PhpMemoryArray

Method Details

__construct()

Parameter Name Type Description
$messages

Returns: void

load()

Load translations from a remote source.

Parameter Name Type Description
$locale string
$textDomain string

Returns: \Zend\I18n\Translator\TextDomain|null

Top