Ergo\Http\ResponseBuilder::view PHP 메소드

view() 공개 메소드

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;
    }