class LanguageDataGenerator extends AbstractDataGenerator

The rule for compiling the language bundle.

Methods

__construct(GenrbCompiler $compiler, string $dirName)

No description

generateData(GeneratorConfig $config)

No description

string[]
scanLocales(LocaleScanner $scanner, string $sourceDir)

No description

compileTemporaryBundles(GenrbCompiler $compiler, string $sourceDir, string $tempDir)

No description

preGenerate()

No description

array|null
generateDataForLocale(BundleReaderInterface $reader, string $tempDir, string $displayLocale)

No description

array|null
generateDataForRoot(BundleReaderInterface $reader, string $tempDir)

No description

array|null
generateDataForMeta(BundleReaderInterface $reader, string $tempDir)

No description

Details

__construct(GenrbCompiler $compiler, string $dirName)

Parameters

GenrbCompiler $compiler
string $dirName

generateData(GeneratorConfig $config)

Parameters

GeneratorConfig $config

protected string[] scanLocales(LocaleScanner $scanner, string $sourceDir)

Parameters

LocaleScanner $scanner
string $sourceDir

Return Value

string[]

protected compileTemporaryBundles(GenrbCompiler $compiler, string $sourceDir, string $tempDir)

Parameters

GenrbCompiler $compiler
string $sourceDir
string $tempDir

protected preGenerate()

protected array|null generateDataForLocale(BundleReaderInterface $reader, string $tempDir, string $displayLocale)

Parameters

BundleReaderInterface $reader
string $tempDir
string $displayLocale

Return Value

array|null

protected array|null generateDataForRoot(BundleReaderInterface $reader, string $tempDir)

Parameters

BundleReaderInterface $reader
string $tempDir

Return Value

array|null

protected array|null generateDataForMeta(BundleReaderInterface $reader, string $tempDir)

Parameters

BundleReaderInterface $reader
string $tempDir

Return Value

array|null