IniFileLoader
class IniFileLoader extends ArrayLoader
IniFileLoader loads translations from an ini file.
Methods
| MessageCatalogue |  load(mixed $resource, string $locale, string $domain = 'messages')  Loads a locale.  |  
Details
MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages')
Loads a locale.
Parameters
| mixed | $resource | A resource | 
| string | $locale | A locale | 
| string | $domain | The domain | 
Return Value
| MessageCatalogue | A MessageCatalogue instance | 
Exceptions
| NotFoundResourceException | when the resource cannot be found | 
| InvalidResourceException | when the resource cannot be loaded | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/2.7/Symfony/Component/Translation/Loader/IniFileLoader.html