PHP 클래스 phpbb\install\module\install_finish\task\install_extensions

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

보호된 프로퍼티들

프로퍼티 타입 설명
$config phpbb\config\db
$db phpbb\db\driver\driver_interface
$extension_manager phpbb\extension\manager
$extension_table Extension table
$finder Symfony\Component\Finder\Finder
$install_config phpbb\install\helper\config
$iohandler phpbb\install\helper\iohandler\iohandler_interface
$log phpbb\log\log_interface
$user phpbb\user

공개 메소드들

메소드 설명
__construct ( phpbb\install\helper\container_factory $container, phpbb\install\helper\config $install_config, phpbb\install\helper\iohandler\iohandler_interface $iohandler, string $phpbb_root_path ) Constructor
get_step_count ( )
get_task_lang_name ( )
run ( )

비공개 메소드들

메소드 설명
get_extensions ( ) : array Get extensions from database

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( phpbb\install\helper\container_factory $container, phpbb\install\helper\config $install_config, phpbb\install\helper\iohandler\iohandler_interface $iohandler, string $phpbb_root_path )
$container phpbb\install\helper\container_factory
$install_config phpbb\install\helper\config
$iohandler phpbb\install\helper\iohandler\iohandler_interface
$phpbb_root_path string phpBB root path

get_step_count() 공개 정적인 메소드

public static get_step_count ( )

get_task_lang_name() 공개 메소드

public get_task_lang_name ( )

run() 공개 메소드

public run ( )

프로퍼티 상세

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

protected db,phpbb\config $config
리턴 phpbb\config\db

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

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

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

protected manager,phpbb\extension $extension_manager
리턴 phpbb\extension\manager

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

Extension table
protected $extension_table

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

protected Finder,Symfony\Component\Finder $finder
리턴 Symfony\Component\Finder\Finder

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

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

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

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

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

protected log_interface,phpbb\log $log
리턴 phpbb\log\log_interface

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

protected user,phpbb $user
리턴 phpbb\user