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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$config phpbb\install\helper\config
$extension_manager phpbb\extension\manager
$migrator phpbb\db\migrator

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( phpbb\install\helper\config $config, phpbb\install\helper\container_factory $container )
$config phpbb\install\helper\config Installer's config
$container phpbb\install\helper\container_factory phpBB's DI contianer

get_step_count() 공개 정적인 메소드

public static get_step_count ( )

get_task_lang_name() 공개 메소드

public get_task_lang_name ( )

run() 공개 메소드

public run ( )

프로퍼티 상세

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

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

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

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

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

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