I18n
class I18n extends CommandSet
Class I18n
Constants
| private EXCLUDES |
|
Properties
| protected Console | $console | from CommandSet | |
| protected CommandDefinition[] | $commandDefinitions | from CommandSet |
Methods
registerCommandDefinition(string $name, string $definition)
Registers the command definition by creating a new instance, saves as internal property and return it for further definition.
from
CommandSet
void
runI18nTokenUpdate(Input $input, Output $output)
Updates the local token database from the sourcecode
void
setupCommandDefinitions()
No description
Details
in
CommandSet at line 29
__construct(Console $console)
CommandSet constructor.
in
CommandSet at line 67
CommandDefinition|null
getCommandDefinition(string $command)
No description
in
CommandSet at line 87
array
getCommandDefinitions()
No description
in
CommandSet at line 119
protected ConsoleLogger
getLogger()
No description
in
CommandSet at line 80
bool
hasCommandDefinition(string $name)
No description
in
CommandSet at line 100
protected CommandDefinition
registerCommandDefinition(string $name, string $definition)
Registers the command definition by creating a new instance, saves as internal property and return it for further definition.
in
CommandSet at line 130
protected XF
requireXF(array $skips = [], array $instantiationClosures = [])
No description
in
CommandSet at line 44
void
runCommand(Input $input, Output $output)
No description
at line 159
runI18nTokenCheck(Input $input, Output $output)
Checks the source for missing translations
at line 364
runI18nTokenUpdate(Input $input, Output $output)
Updates the local token database from the sourcecode
at line 39
void
setupCommandDefinitions()
No description