@@ -47,7 +47,7 @@ |
||
47 | 47 | * @param \blitze\sitemaker\model\mapper_factory $sitemaker_mapper_factory Sitemaker Mapper factory object |
48 | 48 | * @param bool $auto_refresh Used during testing |
49 | 49 | * @param bool $trigger_error Used during testing |
50 | - */ |
|
50 | + */ |
|
51 | 51 | public function __construct(\phpbb\cache\driver\driver_interface $cache, \phpbb\language\language $language, \phpbb\request\request_interface $request, \blitze\content\services\types $content_types, \blitze\sitemaker\services\forum\manager $forum_manager, \blitze\content\model\mapper_factory $content_mapper_factory, \blitze\sitemaker\model\mapper_factory $sitemaker_mapper_factory, $auto_refresh = true, $trigger_error = true) |
52 | 52 | { |
53 | 53 | $this->cache = $cache; |
@@ -30,7 +30,7 @@ |
||
30 | 30 | * @param \blitze\content\services\types $content_types Content types object |
31 | 31 | * @param \blitze\content\model\mapper_factory $mapper_factory Mapper factory object |
32 | 32 | * @param boolean $redirect Used for testing |
33 | - */ |
|
33 | + */ |
|
34 | 34 | public function __construct(\phpbb\cache\driver\driver_interface $cache, \blitze\content\services\types $content_types, \blitze\content\model\mapper_factory $mapper_factory, $redirect = true) |
35 | 35 | { |
36 | 36 | $this->cache = $cache; |
@@ -62,7 +62,7 @@ |
||
62 | 62 | * @param string $phpbb_admin_path Relative admin root path |
63 | 63 | * @param string $php_ext php file extension |
64 | 64 | * @param boolean $auto_refresh Used for testing |
65 | - */ |
|
65 | + */ |
|
66 | 66 | public function __construct(\phpbb\auth\auth $auth, \phpbb\cache\driver\driver_interface $cache, \phpbb\config\config $config, \phpbb\db\driver\driver_interface $db, \phpbb\language\language $language, \phpbb\request\request_interface $request, \blitze\content\services\types $content_types, \blitze\sitemaker\services\forum\manager $forum_manager, \blitze\content\model\mapper_factory $mapper_factory, $phpbb_admin_path, $php_ext, $auto_refresh = true) |
67 | 67 | { |
68 | 68 | $this->auth = $auth; |
@@ -30,7 +30,7 @@ |
||
30 | 30 | * @param \blitze\content\services\views\views_factory $views_factory Views factory object |
31 | 31 | * @param \blitze\content\services\types $content_types Content types object |
32 | 32 | * @param \blitze\content\model\mapper_factory $mapper_factory Mapper factory object |
33 | - */ |
|
33 | + */ |
|
34 | 34 | public function __construct(\phpbb\auth\auth $auth, \phpbb\controller\helper $controller_helper, \phpbb\event\dispatcher_interface $phpbb_dispatcher, \phpbb\language\language $language, \phpbb\template\template $template, \phpbb\user $user, \blitze\sitemaker\services\auto_lang $auto_lang, \blitze\content\services\form\fields_factory $fields_factory, \blitze\content\services\views\views_factory $views_factory, \blitze\content\services\types $content_types, \blitze\content\model\mapper_factory $mapper_factory) |
35 | 35 | { |
36 | 36 | parent::__construct($auth, $controller_helper, $phpbb_dispatcher, $language, $template, $user, $auto_lang, $fields_factory, $views_factory); |
@@ -88,7 +88,7 @@ |
||
88 | 88 | |
89 | 89 | return new \Twig_Source($source, $name); |
90 | 90 | } |
91 | - */ |
|
91 | + */ |
|
92 | 92 | |
93 | 93 | /** |
94 | 94 | * Twig_ExistsLoaderInterface as of Twig 1.11 |
@@ -50,7 +50,7 @@ |
||
50 | 50 | * @param \blitze\content\services\poll $poll Poll object |
51 | 51 | * @param \blitze\content\services\types $content_types Content types object |
52 | 52 | * @param \blitze\content\services\views\views_factory $views_factory Views handlers |
53 | - */ |
|
53 | + */ |
|
54 | 54 | public function __construct(\phpbb\db\driver\driver_interface $db, \phpbb\controller\helper $helper, \phpbb\request\request_interface $request, \phpbb\template\template $template, \phpbb\user $user, \blitze\content\services\comments\comments_interface $comments, \blitze\content\services\poll $poll, \blitze\content\services\types $content_types, \blitze\content\services\views\views_factory $views_factory) |
55 | 55 | { |
56 | 56 | $this->db = $db; |
@@ -36,7 +36,7 @@ |
||
36 | 36 | * @param \blitze\content\services\fields $fields Content fields object |
37 | 37 | * @param string $phpbb_root_path Path to the phpbb includes directory. |
38 | 38 | * @param string $php_ext php file extension |
39 | - */ |
|
39 | + */ |
|
40 | 40 | public function __construct(\phpbb\db\driver\driver_interface $db, \blitze\content\services\types $content_types, \blitze\content\services\fields $fields, $phpbb_root_path, $php_ext) |
41 | 41 | { |
42 | 42 | $this->db = $db; |
@@ -30,7 +30,7 @@ |
||
30 | 30 | * @param \blitze\content\services\quickmod $quickmod Quick moderator tools |
31 | 31 | * @param \phpbb\config\config $config Config object |
32 | 32 | * @param \blitze\content\services\types $content_types Content types object |
33 | - */ |
|
33 | + */ |
|
34 | 34 | public function __construct(\phpbb\event\dispatcher_interface $phpbb_dispatcher, \phpbb\language\language $language, \phpbb\pagination $pagination, \phpbb\template\template $template, \blitze\content\services\fields $fields, \blitze\sitemaker\services\forum\data $forum, \blitze\content\services\helper $helper, \blitze\content\services\quickmod $quickmod, \phpbb\config\config $config, \blitze\content\services\types $content_types) |
35 | 35 | { |
36 | 36 | parent::__construct($phpbb_dispatcher, $language, $pagination, $template, $fields, $forum, $helper, $quickmod); |
@@ -46,7 +46,7 @@ |
||
46 | 46 | * @param \blitze\sitemaker\services\forum\data $forum Forum Data object |
47 | 47 | * @param \blitze\content\services\helper $helper Content helper object |
48 | 48 | * @param \blitze\content\services\quickmod $quickmod Quick moderator tools |
49 | - */ |
|
49 | + */ |
|
50 | 50 | public function __construct(\phpbb\event\dispatcher_interface $phpbb_dispatcher, \phpbb\language\language $language, \phpbb\pagination $pagination, \phpbb\template\template $template, \blitze\content\services\fields $fields, \blitze\sitemaker\services\forum\data $forum, \blitze\content\services\helper $helper, \blitze\content\services\quickmod $quickmod) |
51 | 51 | { |
52 | 52 | $this->phpbb_dispatcher = $phpbb_dispatcher; |