1925. Class

1925.1. Zend\I18n\Translator\LoaderPluginManager

Plugin manager implementation for translation loaders.

Enforces that loaders retrieved are either instances of LoaderFileLoaderInterface or LoaderRemoteLoaderInterface. Additionally, it registers a number of default loaders.

1925.1.1. Methods

1925.1.1.1. validatePlugin

validatePlugin()

Validate the plugin.

Checks that the filter loaded is an instance of LoaderFileLoaderInterface or LoaderRemoteLoaderInterface.

Parameters:mixed
Return type:void
Throws :ExceptionRuntimeException if invalid

Project Versions

Table Of Contents

Previous topic

1924. Class

Next topic

1926. Class

This Page