PHP 클래스 acp_extensions

파일 보기 프로젝트 열기: phpbb/phpbb

공개 프로퍼티들

프로퍼티 타입 설명
$u_action

공개 메소드들

메소드 설명
list_available_exts ( phpbb\extension\manager $phpbb_extension_manager ) : null Lists all the available extensions and dumps to the template
list_disabled_exts ( phpbb\extension\manager $phpbb_extension_manager ) : null Lists all the disabled extensions and dumps to the template
list_enabled_exts ( phpbb\extension\manager $phpbb_extension_manager ) : null Lists all the enabled extensions and dumps to the template
main ( )

보호된 메소드들

메소드 설명
sort_extension_meta_data_table ( $val1, $val2 ) Sort helper for the table containing the metadata about the extensions.
version_check ( phpbb\extension\metadata_manager $md_manager, boolean $force_update = false, boolean $force_cache = false ) : string Check the version and return the available updates.

비공개 메소드들

메소드 설명
output_actions ( string $block, array $actions ) Output actions to a block

메소드 상세

list_available_exts() 공개 메소드

Lists all the available extensions and dumps to the template
public list_available_exts ( phpbb\extension\manager $phpbb_extension_manager ) : null
$phpbb_extension_manager phpbb\extension\manager An instance of the extension manager
리턴 null

list_disabled_exts() 공개 메소드

Lists all the disabled extensions and dumps to the template
public list_disabled_exts ( phpbb\extension\manager $phpbb_extension_manager ) : null
$phpbb_extension_manager phpbb\extension\manager An instance of the extension manager
리턴 null

list_enabled_exts() 공개 메소드

Lists all the enabled extensions and dumps to the template
public list_enabled_exts ( phpbb\extension\manager $phpbb_extension_manager ) : null
$phpbb_extension_manager phpbb\extension\manager An instance of the extension manager
리턴 null

main() 공개 메소드

public main ( )

sort_extension_meta_data_table() 보호된 메소드

Sort helper for the table containing the metadata about the extensions.
protected sort_extension_meta_data_table ( $val1, $val2 )

version_check() 보호된 메소드

Check the version and return the available updates.
protected version_check ( phpbb\extension\metadata_manager $md_manager, boolean $force_update = false, boolean $force_cache = false ) : string
$md_manager phpbb\extension\metadata_manager The metadata manager for the version to check.
$force_update boolean Ignores cached data. Defaults to false.
$force_cache boolean Force the use of the cache. Override $force_update.
리턴 string

프로퍼티 상세

$u_action 공개적으로 프로퍼티

public $u_action