class TextBundleWriter implementsBundleWriterInterface

Writes .txt resource bundles.

The resulting files can be converted to binary .res files using a {@link \Symfony\Component\Intl\ResourceBundle\Compiler\BundleCompilerInterface} implementation.

Methods

void
write(string$path,string$locale,mixed$data,bool$fallback =true)

No description

Details

void write(string$path,string$locale,mixed$data,bool$fallback =true)

Parameters

string $path
string $locale
mixed $data
bool $fallback

Return Value

void