Ergo\Http\ResponseBuilder::view PHP Method

view() public method

Uses a view to populate the body of the response
public view ( Ergo\View $view )
$view Ergo\View
    public function view(\Ergo\View $view)
    {
        $this->_view = $view;
        return $this;
    }