PHP Класс Console\Locale\EnableLocaleCommand

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

Открытые методы

Метод Описание
__construct ( ModulesSettings $settings, array $installedModules, boolean $multiLanguageIsEnabled, string | null $name = null )

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

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

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

Метод Описание
askToAddInterfaceLocale ( )
askToEnableTheLocaleForRedirecting ( )
askToInstall ( ) : boolean
askToMakeTheLocaleAccessibleToVisitors ( ) : boolean
getInstallableLocale ( ) : array
installWorkingLocale ( boolean $force = false )
selectWorkingLocale ( )
showLocaleOverview ( )

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

__construct() публичный Метод

public __construct ( ModulesSettings $settings, array $installedModules, boolean $multiLanguageIsEnabled, string | null $name = null )
$settings common\ModulesSettings
$installedModules array
$multiLanguageIsEnabled boolean
$name string | 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