PHP 클래스 phpbb\install\console\command\update\update

상속: extends phpbb\console\command\command
파일 보기 프로젝트 열기: phpbb/phpbb

보호된 프로퍼티들

프로퍼티 타입 설명
$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