TranslationEvent
class TranslationEvent extends ActionEvent
Constants
WALK_MODE_PHP |
|
WALK_MODE_TEMPLATE |
|
Methods
static
createGetStringsEvent($directory, $mode, $locale, $domain)
No description
static
createWriteFileEvent($translationFilePath, $translatableStrings, $translatedStrings, $createFileIfNotExists)
No description
string
getDirectory()
No description
$this
setDirectory(
string $directory)
No description
string
getMode()
No description
$this
setMode(
string $mode)
No description
string
getLocale()
No description
$this
setLocale(
string $locale)
No description
string
getDomain()
No description
$this
setDomain(
string $domain)
No description
array
getTranslatableStrings()
No description
$this
setTranslatableStrings(
array $translatableStrings)
No description
int
getTranslatableStringCount()
No description
$this
setTranslatableStringCount(
int $translatableStringCount)
No description
string
getTranslationFilePath()
No description
$this
setTranslationFilePath(
string $translationFilePath)
No description
array
getTranslatedStrings()
No description
$this
setTranslatedStrings(
array $translatedStrings)
No description
boolean
isCreateFileIfNotExists()
No description
$this
setCreateFileIfNotExists(
boolean $createFileIfNotExists)
No description
array
getCustomFallbackStrings()
No description
setCustomFallbackStrings(
array $customFallbackStrings)
No description
array
getGlobalFallbackStrings()
No description
setGlobalFallbackStrings(
array $globalFallbackStrings)
No description