class GeneratorConfig
Stores contextual information for resource bundle generation.
__construct(string $sourceDir, string $icuVersion) | ||
addBundleWriter(string $targetDir, BundleWriterInterface $writer) Adds a writer to be used during the data conversion. | ||
BundleWriterInterface[] | getBundleWriters() Returns the writers indexed by their output directories. | |
string | getSourceDir() Returns the directory where the source versions of the resource bundles are stored. | |
string | getIcuVersion() Returns the ICU version of the bundles being converted. |
string | $sourceDir | |
string | $icuVersion |
Adds a writer to be used during the data conversion.
string | $targetDir | The output directory |
BundleWriterInterface | $writer | The writer instance |
Returns the writers indexed by their output directories.
BundleWriterInterface[] |
Returns the directory where the source versions of the resource bundles are stored.
string | An absolute path to a directory |
Returns the ICU version of the bundles being converted.
string | The ICU version string |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Intl/Data/Generator/GeneratorConfig.html