mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
WebBaseHook: Make setView() fluent
This commit is contained in:
parent
e11fc90c33
commit
73a4d8ac31
@ -24,10 +24,14 @@ class WebBaseHook
|
|||||||
* Set the view instance
|
* Set the view instance
|
||||||
*
|
*
|
||||||
* @param Zend_View $view
|
* @param Zend_View $view
|
||||||
|
*
|
||||||
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setView(Zend_View $view)
|
public function setView(Zend_View $view)
|
||||||
{
|
{
|
||||||
$this->view = $view;
|
$this->view = $view;
|
||||||
|
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user