Msieprawski\ResourceTable\Presenters\DefaultPresenter::render PHP Méthode

render() public méthode

Convert the URL window into Bootstrap HTML.
public render ( ) : string
Résultat string
    public function render()
    {
        if ($this->hasPages()) {
            return sprintf('<ul class="pagination">%s %s %s</ul>', $this->getPreviousButton(), $this->getLinks(), $this->getNextButton());
        }
        return '';
    }