PHP Класс Console\Locale\ImportLocaleCommand

Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект

Защищенные методы

Метод Описание
configure ( ) Configure the command options.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Execute the command.

Приватные методы

Метод Описание
getLocalePath ( string $fileOption, string $moduleOption ) : string Get the file or module path according to the input options
importLocale ( string $localePath, boolean $overwrite, Symfony\Component\Console\Output\OutputInterface $output, string | null $specificLocale = null )

Описание методов

configure() защищенный Метод

Configure the command options.
protected configure ( )

execute() защищенный Метод

Execute the command.
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface