[ticket/416] Allow multiple inclusions of main menu

B3P-416
This commit is contained in:
Marc Alexander
2014-12-01 21:03:34 +01:00
parent d3bc75ccdf
commit 15fbf01a29
4 changed files with 29 additions and 24 deletions

View File

@@ -47,10 +47,10 @@ class leaders extends module_base
/** @var \phpbb\config\config */
protected $config;
/** @var \phpbb\db\driver */
/** @var \phpbb\db\driver\driver_interface */
protected $db;
/** @var \phpbb\template */
/** @var \phpbb\template\template */
protected $template;
/** @var string PHP file extension */
@@ -67,8 +67,8 @@ class leaders extends module_base
*
* @param \phpbb\auth\auth $auth phpBB auth service
* @param \phpbb\config\config $config phpBB config
* @param \phpbb\db\driver $db phpBB db driver
* @param \phpbb\template $template phpBB template
* @param \phpbb\db\driver\driver_interface $db phpBB db driver
* @param \phpbb\template\template $template phpBB template
* @param string $phpEx php file extension
* @param string $phpbb_root_path phpBB root path
* @param \phpbb\user $user phpBB user object