PHP Class phpbb\install\console\command\update\update

Inheritance: extends phpbb\console\command\command
Afficher le fichier Open project: phpbb/phpbb

Protected Properties

Свойство Type Description
$install_helper phpbb\install\helper\install_helper
$installer phpbb\install\installer
$iohandler_factory phpbb\install\helper\iohandler\factory
$language phpbb\language\language

Méthodes publiques

Méthode Description
__construct ( phpbb\language\language $language, phpbb\install\helper\iohandler\factory $factory, installer $installer, phpbb\install\helper\install_helper $install_helper ) Constructor

Méthodes protégées

Méthode Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer Executes the command update.

Private Methods

Méthode Description
register_configuration ( cli_iohandler $iohandler, array $config ) Register the configuration to simulate the forms.

Method Details

__construct() public méthode

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 méthode

protected configure ( )

execute() protected méthode

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
Résultat integer

Property Details

$install_helper protected_oe property

protected install_helper,phpbb\install\helper $install_helper
Résultat phpbb\install\helper\install_helper

$installer protected_oe property

protected installer,phpbb\install $installer
Résultat phpbb\install\installer

$iohandler_factory protected_oe property

protected factory,phpbb\install\helper\iohandler $iohandler_factory
Résultat phpbb\install\helper\iohandler\factory

$language protected_oe property

protected language,phpbb\language $language
Résultat phpbb\language\language