$_loaders
$_loaders : array<mixed,callable>
The list of callables to execute one after another for loading messages
Wraps multiple message loaders calling them one after another until one of them returns a non-empty package.
__invoke() : \Aura\Intl\Package
Executes this object returning the translations package as configured in the chain.
if any of the loaders in the chain is not a valid callable
Loading…