From 6b0244f247ab00ea33f68a603dc4dc4ec786c379 Mon Sep 17 00:00:00 2001 From: raviks789 <33730024+raviks789@users.noreply.github.com> Date: Tue, 15 Aug 2023 08:31:51 +0200 Subject: [PATCH] `ActionController`: Declare property `$view` --- library/Icinga/Web/Controller/ActionController.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/Icinga/Web/Controller/ActionController.php b/library/Icinga/Web/Controller/ActionController.php index 76ff6502e..dafb3af6b 100644 --- a/library/Icinga/Web/Controller/ActionController.php +++ b/library/Icinga/Web/Controller/ActionController.php @@ -6,6 +6,7 @@ namespace Icinga\Web\Controller; use Icinga\Application\Modules\Module; use Icinga\Common\PdfExport; use Icinga\File\Pdf; +use Icinga\Web\View; use ipl\I18n\Translation; use Zend_Controller_Action; use Zend_Controller_Action_HelperBroker; @@ -114,6 +115,11 @@ class ActionController extends Zend_Controller_Action */ protected $params; + /** + * @var View + */ + public $view; + /** * The constructor starts benchmarking, loads the configuration and sets * other useful controller properties