Wraps multiple message loaders calling them one after another until one of them returns a non-empty package.
$_loaders
protected callable[]
Receives a list of callable functions or objects that will be executed one after another until one of them returns a non-empty translations package
Executes this object returning the translations package as configured in the chain.
__construct( array $loaders )
Receives a list of callable functions or objects that will be executed one after another until one of them returns a non-empty translations package
$loaders
__invoke( )
Executes this object returning the translations package as configured in the chain.
protected callable[]
The list of callables to execute one after another for loading messages
[]
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.4/class-Cake.I18n.ChainMessagesLoader.html