Interface FileLoaderInterface

Summary

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

Description

File loader interface.

Methods

Name Description Defined By
load() Load translations from a file. FileLoaderInterface

Method Details

load()

Load translations from a file.

Parameter Name Type Description
$locale string
$filename string

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

Top