Porpaginas\Pager::getSliceEnd PHP Method

getSliceEnd() private method

private getSliceEnd ( $siblings )
    private function getSliceEnd($siblings)
    {
        return max(1, min($this->getNumberOfPages(), $this->currentPage + $siblings));
    }