FluxBB\Web\Controller::setView PHP Method

setView() public method

Set the view environment to use.
public setView ( FluxBB\View\ViewInterface $view ) : void
$view FluxBB\View\ViewInterface
return void
    public function setView(ViewInterface $view)
    {
        $this->view = $view;
    }