PHP 클래스 phpbb\install\module\update_filesystem\task\show_file_status

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

보호된 프로퍼티들

프로퍼티 타입 설명
$cache phpbb\cache\driver\driver_interface
$file_updater phpbb\install\helper\file_updater\compression_file_updater
$filesystem phpbb\filesystem\filesystem
$installer_config phpbb\install\helper\config
$iohandler phpbb\install\helper\iohandler\iohandler_interface

공개 메소드들

메소드 설명
__construct ( phpbb\install\helper\container_factory $container, phpbb\install\helper\config $config, phpbb\install\helper\iohandler\iohandler_interface $iohandler, phpbb\filesystem\filesystem $filesystem, phpbb\install\helper\file_updater\factory $file_updater_factory ) Constructor
check_requirements ( )
get_step_count ( )
get_task_lang_name ( )
run ( )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( phpbb\install\helper\container_factory $container, phpbb\install\helper\config $config, phpbb\install\helper\iohandler\iohandler_interface $iohandler, phpbb\filesystem\filesystem $filesystem, phpbb\install\helper\file_updater\factory $file_updater_factory )
$container phpbb\install\helper\container_factory
$config phpbb\install\helper\config
$iohandler phpbb\install\helper\iohandler\iohandler_interface
$filesystem phpbb\filesystem\filesystem
$file_updater_factory phpbb\install\helper\file_updater\factory

check_requirements() 공개 메소드

public check_requirements ( )

get_step_count() 공개 정적인 메소드

public static get_step_count ( )

get_task_lang_name() 공개 메소드

public get_task_lang_name ( )

run() 공개 메소드

public run ( )

프로퍼티 상세

$cache 보호되어 있는 프로퍼티

protected driver_interface,phpbb\cache\driver $cache
리턴 phpbb\cache\driver\driver_interface

$file_updater 보호되어 있는 프로퍼티

protected compression_file_updater,phpbb\install\helper\file_updater $file_updater
리턴 phpbb\install\helper\file_updater\compression_file_updater

$filesystem 보호되어 있는 프로퍼티

protected filesystem,phpbb\filesystem $filesystem
리턴 phpbb\filesystem\filesystem

$installer_config 보호되어 있는 프로퍼티

protected config,phpbb\install\helper $installer_config
리턴 phpbb\install\helper\config

$iohandler 보호되어 있는 프로퍼티

protected iohandler_interface,phpbb\install\helper\iohandler $iohandler
리턴 phpbb\install\helper\iohandler\iohandler_interface