`ActionController`: Declare property `$view`
This commit is contained in:
parent
2db4e35b78
commit
6b0244f247
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue