mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
[ticket/10477] Correctly document module (base)name parameter
PHPBB3-10477
This commit is contained in:
parent
3f754d118d
commit
82c05a7ed6
1 changed files with 2 additions and 1 deletions
|
@ -805,7 +805,8 @@ class p_master
|
||||||
* Load module as the current active one without the need for registering it
|
* Load module as the current active one without the need for registering it
|
||||||
*
|
*
|
||||||
* @param string $class module class (acp/mcp/ucp)
|
* @param string $class module class (acp/mcp/ucp)
|
||||||
* @param string $name module name (e.g. zebra for the ucp_zebra module)
|
* @param string $name module name (class name of the module, or its basename
|
||||||
|
* phpbb_ext_foo_acp_bar_module, ucp_zebra or zebra)
|
||||||
* @param string $mode mode, as passed through to the module
|
* @param string $mode mode, as passed through to the module
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue