@@ -54,7 +54,7 @@ |
||
| 54 | 54 | * @param \blitze\content\services\feed $feed Feed object |
| 55 | 55 | * @param \blitze\content\services\poll $poll Poll object |
| 56 | 56 | * @param \blitze\content\services\views\views_factory $views_factory Views handlers |
| 57 | - */ |
|
| 57 | + */ |
|
| 58 | 58 | 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\types $content_types, \blitze\content\services\feed $feed, \blitze\content\services\poll $poll, \blitze\content\services\views\views_factory $views_factory) |
| 59 | 59 | { |
| 60 | 60 | $this->db = $db; |
@@ -61,7 +61,7 @@ |
||
| 61 | 61 | * @param \blitze\sitemaker\model\mapper_factory $sitemaker_mapper_factory Sitemaker Mapper factory object |
| 62 | 62 | * @param bool $auto_refresh Used during testing |
| 63 | 63 | * @param bool $trigger_error Used during testing |
| 64 | - */ |
|
| 64 | + */ |
|
| 65 | 65 | public function __construct(\phpbb\cache\driver\driver_interface $cache, \phpbb\language\language $language, \phpbb\log\log_interface $logger, \phpbb\request\request_interface $request, \phpbb\user $user, \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) |
| 66 | 66 | { |
| 67 | 67 | $this->cache = $cache; |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | * @param \phpbb\controller\helper $helper Controller helper class |
| 41 | 41 | * @param \phpbb\template\template $template Template object |
| 42 | 42 | * @param \blitze\content\services\form\builder $builder Form builder object |
| 43 | - */ |
|
| 43 | + */ |
|
| 44 | 44 | public function __construct(\phpbb\controller\helper $helper, \phpbb\template\template $template, \blitze\content\services\form\builder $builder) |
| 45 | 45 | { |
| 46 | 46 | $this->helper = $helper; |
@@ -77,7 +77,7 @@ |
||
| 77 | 77 | * @param string $phpbb_admin_path Relative admin root path |
| 78 | 78 | * @param string $php_ext php file extension |
| 79 | 79 | * @param boolean $auto_refresh Used for testing |
| 80 | - */ |
|
| 80 | + */ |
|
| 81 | 81 | public function __construct(\phpbb\auth\auth $auth, \phpbb\cache\driver\driver_interface $cache, \phpbb\config\config $config, \phpbb\db\driver\driver_interface $db, \phpbb\event\dispatcher_interface $phpbb_dispatcher, \phpbb\language\language $language, \phpbb\log\log_interface $logger, \phpbb\request\request_interface $request, \phpbb\user $user, \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) |
| 82 | 82 | { |
| 83 | 83 | $this->auth = $auth; |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | * @param \phpbb\event\dispatcher_interface $phpbb_dispatcher Event dispatcher object |
| 36 | 36 | * @param \blitze\content\services\types $content_types Content types object |
| 37 | 37 | * @param \blitze\content\model\mapper_factory $mapper_factory Mapper factory object |
| 38 | - */ |
|
| 38 | + */ |
|
| 39 | 39 | public function __construct(\phpbb\auth\auth $auth, \phpbb\controller\helper $controller_helper, \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\topic\blocks_factory $topic_blocks_factory, \blitze\content\services\views\views_factory $views_factory, \phpbb\event\dispatcher_interface $phpbb_dispatcher, \blitze\content\services\types $content_types, \blitze\content\model\mapper_factory $mapper_factory) |
| 40 | 40 | { |
| 41 | 41 | parent::__construct($auth, $controller_helper, $language, $template, $user, $auto_lang, $fields_factory, $topic_blocks_factory, $views_factory); |
@@ -55,7 +55,7 @@ |
||
| 55 | 55 | * @param \blitze\content\services\form\fields_factory $fields_factory Fields factory object |
| 56 | 56 | * @param \blitze\content\services\topic\blocks_factory $topic_blocks_factory Topic blocks factory object |
| 57 | 57 | * @param \blitze\content\services\views\views_factory $views_factory Views factory object |
| 58 | - */ |
|
| 58 | + */ |
|
| 59 | 59 | public function __construct(\phpbb\auth\auth $auth, \phpbb\controller\helper $controller_helper, \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\topic\blocks_factory $topic_blocks_factory, \blitze\content\services\views\views_factory $views_factory) |
| 60 | 60 | { |
| 61 | 61 | $this->auth = $auth; |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | * @param \phpbb\template\template $template Template object |
| 31 | 31 | * @param \blitze\content\services\fields $fields Content fields object |
| 32 | 32 | * @param \blitze\sitemaker\services\forum\data $forum Forum Data object |
| 33 | - */ |
|
| 33 | + */ |
|
| 34 | 34 | public function __construct(\phpbb\language\language $language, \phpbb\template\template $template, \blitze\content\services\fields $fields, \blitze\sitemaker\services\forum\data $forum) |
| 35 | 35 | { |
| 36 | 36 | $this->language = $language; |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | * @param \phpbb\template\template $template Template object |
| 31 | 31 | * @param \blitze\sitemaker\services\forum\data $forum Forum Data object |
| 32 | 32 | * @param \blitze\content\services\helper $helper Content helper object |
| 33 | - */ |
|
| 33 | + */ |
|
| 34 | 34 | public function __construct(\phpbb\language\language $language, \phpbb\template\template $template, \blitze\sitemaker\services\forum\data $forum, \blitze\content\services\helper $helper) |
| 35 | 35 | { |
| 36 | 36 | $this->language = $language; |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | * @param \blitze\content\services\topic\blocks_factory $topic_blocks_factory Topic blocks factory object |
| 32 | 32 | * @param \phpbb\config\config $config Config object |
| 33 | 33 | * @param \blitze\content\services\types $content_types Content types object |
| 34 | - */ |
|
| 34 | + */ |
|
| 35 | 35 | 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, \blitze\content\services\topic\blocks_factory $topic_blocks_factory, \phpbb\config\config $config, \blitze\content\services\types $content_types) |
| 36 | 36 | { |
| 37 | 37 | parent::__construct($phpbb_dispatcher, $language, $pagination, $template, $fields, $forum, $helper, $quickmod, $topic_blocks_factory); |