p_masterClass handling all types of 'plugins' (a future term)
Located in /includes/functions_module.php (line 23)
add_mod_info (line 817)
Add custom MOD info language file
adjust_url (line 489)
Appending url parameter to the currently active module.
This function is called for adding specific url parameters while executing the current module. It is doing the same as the _module_{name}_url() function, apart from being able to be called after having dynamically parsed specific parameters. This allows more freedom in choosing additional parameters. One example can be seen in /includes/mcp/mcp_notes.php - $this->p_master->adjust_url() call.
assign_tpl_vars (line 614)
Build navigation structure
build_tree (line 577)
Build true binary tree from given array
Not in use
display (line 772)
Display module
get_branch (line 556)
Get tree branch
get_page_title (line 743)
Returns the desired page title
get_parents (line 528)
Get parents
get_tpl_name (line 735)
Returns desired template name
is_active (line 508)
Check if a module is active
list_modules (line 45)
List modules
This creates a list, stored in $this->module_ary of all available modules for the given class (ucp, mcp and acp). Additionally $this->module_y_ary is created with indentation information for displaying the module list appropriately. Only modules for which the user has access rights are included in these lists.
load (line 758)
Load module as the current active one without the need for registering it
loaded (line 240)
Check if a certain main module is accessible/loaded By giving the module mode you are able to additionally check for only one mode within the main module
load_active (line 394)
Loads currently active module
This method loads a given module, passing it the relevant id and mode.
module_auth (line 278)
Check module authorisation
set_active (line 336)
Set active module
set_display (line 803)
Toggle whether this module will be displayed or not
Documentation generated on Tue, 26 Aug 2008 08:34:04 +0200 by phpDocumentor 1.4.2