1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

[feature/template-events] Changes per imkingdavid's review.

PHPBB3-9550
This commit is contained in:
Oleg Pudeyev
2012-11-14 17:31:05 -05:00
parent da7d888448
commit 47a90f815d
5 changed files with 17 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ class phpbb_template_compile
* @param array $style_names Name of style to which the template being compiled belongs and parents in style tree order
* @param phpbb_style_resource_locator $locator Resource locator
* @param string $phpbb_root_path Path to phpBB root directory
* @param phpbb_extension_manager $extension_manager Extension manager to use for finding template fragments in extensions; if null, template hooks will not be invoked
* @param phpbb_extension_manager $extension_manager Extension manager to use for finding template fragments in extensions; if null, template events will not be invoked
* @param phpbb_user $user Current user
*/
public function __construct($allow_php, $style_names, $locator, $phpbb_root_path, $extension_manager = null, $user = null)