[ Index ] |
PHP Cross Reference of phpBB 3.0 Beta 3 |
[Source view] [Print]
(no description)
Copyright: | (c) 2005 phpBB Group |
License: | http://opensource.org/licenses/gpl-license.php GNU Public License |
Version: | $Id: acp_modules.php,v 1.34 2006/11/10 13:49:04 acydburn Exp $ |
File Size: | 1025 lines (30 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
acp_modules:: (12 methods):
main()
get_module_row()
get_module_infos()
make_module_select()
get_module_branch()
remove_cache_file()
lang_name()
update_module_data()
move_module()
delete_module()
move_module_by()
is_management_module()
Class: acp_modules - X-Ref
main($id, $mode) X-Ref |
No description |
get_module_row($module_id) X-Ref |
Get row for specified module |
get_module_infos($module = '', $module_class = false) X-Ref |
Get available module informations from module files |
make_module_select($select_id = false, $ignore_id = false, $ignore_acl = false, $ignore_nonpost = false, $ignore_emptycat = true, $ignore_noncat = false) X-Ref |
Simple version of jumpbox, just lists modules |
get_module_branch($module_id, $type = 'all', $order = 'descending', $include_module = true) X-Ref |
Get module branch |
remove_cache_file() X-Ref |
Remove modules cache file |
lang_name($module_langname) X-Ref |
Return correct language name |
update_module_data(&$module_data, $run_inline = false) X-Ref |
Update/Add module param: bool $run_inline if set to true errors will be returned and no logs being written |
move_module($from_module_id, $to_parent_id) X-Ref |
Move module around the tree |
delete_module($module_id) X-Ref |
Remove module from tree |
move_module_by($module_row, $action = 'move_up', $steps = 1) X-Ref |
Move module position by $steps up/down |
is_management_module($module_id) X-Ref |
Check if the module or her childs hold the management module(s) |
Generated: Wed Nov 22 00:35:05 2006 | Cross-referenced by PHPXref 0.6 |