Interface RemoteLoaderInterface

Summary

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

Description

Remote loader interface.

Methods

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

Method Details

load()

Load translations from a remote source.

Parameter Name Type Description
$locale string
$textDomain string

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

Top