phpBB API Documentation
Class

acp_extensions

class acp_extensions

Properties

$u_action

Methods

main()

null list_enabled_exts(manager $phpbb_extension_manager)

Lists all the enabled extensions and dumps to the template

null list_disabled_exts(manager $phpbb_extension_manager)

Lists all the disabled extensions and dumps to the template

null list_available_exts(manager $phpbb_extension_manager)

Lists all the available extensions and dumps to the template

Details

at line 37
public main()

at line 360
public null list_enabled_exts(manager $phpbb_extension_manager)

Lists all the enabled extensions and dumps to the template

Parameters

manager $phpbb_extension_manager An instance of the extension manager

Return Value

null

at line 432
public null list_disabled_exts(manager $phpbb_extension_manager)

Lists all the disabled extensions and dumps to the template

Parameters

manager $phpbb_extension_manager An instance of the extension manager

Return Value

null

at line 502
public null list_available_exts(manager $phpbb_extension_manager)

Lists all the available extensions and dumps to the template

Parameters

manager $phpbb_extension_manager An instance of the extension manager

Return Value

null