PHP Класс phpbb\install\console\command\update\update

Наследование: extends phpbb\console\command\command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$install_helper phpbb\install\helper\install_helper
$installer phpbb\install\installer
$iohandler_factory phpbb\install\helper\iohandler\factory
$language phpbb\language\language

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

Метод Описание
__construct ( phpbb\language\language $language, phpbb\install\helper\iohandler\factory $factory, installer $installer, phpbb\install\helper\install_helper $install_helper ) Constructor

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

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

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

Метод Описание
register_configuration ( cli_iohandler $iohandler, array $config ) Register the configuration to simulate the forms.

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

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

Constructor
public __construct ( phpbb\language\language $language, phpbb\install\helper\iohandler\factory $factory, installer $installer, phpbb\install\helper\install_helper $install_helper )
$language phpbb\language\language
$factory phpbb\install\helper\iohandler\factory
$installer phpbb\install\installer
$install_helper phpbb\install\helper\install_helper

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

protected configure ( )

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

Update the board
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer
$input Symfony\Component\Console\Input\InputInterface An InputInterface instance
$output Symfony\Component\Console\Output\OutputInterface An OutputInterface instance
Результат integer

Описание свойств

$install_helper защищенное свойство

protected install_helper,phpbb\install\helper $install_helper
Результат phpbb\install\helper\install_helper

$installer защищенное свойство

protected installer,phpbb\install $installer
Результат phpbb\install\installer

$iohandler_factory защищенное свойство

protected factory,phpbb\install\helper\iohandler $iohandler_factory
Результат phpbb\install\helper\iohandler\factory

$language защищенное свойство

protected language,phpbb\language $language
Результат phpbb\language\language