Devise\Search\Pagination::View PHP Méthode

View() protected méthode

Creates the view for us
protected View ( ) : mixed
Résultat mixed
    protected function View()
    {
        if (!isset($this->View)) {
            $this->View = \View::getFacadeRoot();
        }
        return $this->View;
    }