WebBaseHook: Make setView() fluent
This commit is contained in:
parent
e11fc90c33
commit
73a4d8ac31
|
@ -24,10 +24,14 @@ class WebBaseHook
|
|||
* Set the view instance
|
||||
*
|
||||
* @param Zend_View $view
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function setView(Zend_View $view)
|
||||
{
|
||||
$this->view = $view;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue