`ActionController`: Declare property `$view`

This commit is contained in:
raviks789 2023-08-15 08:31:51 +02:00
parent 2db4e35b78
commit 6b0244f247
1 changed files with 6 additions and 0 deletions

View File

@ -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