You are here

namespace Symfony\Component\Translation\Util in Plug 7

Classsort descending Location Description
ArrayConverter lib/Symfony/translation/Util/ArrayConverter.php ArrayConverter generates tree like structure from a message catalogue. e.g. this 'foo.bar1' => 'test1', 'foo.bar2' => 'test2' converts to follows: foo: bar1: test1 bar2: test2.