Bootstrap\View\Helper\BootstrapPaginatorHelper::next PHP Метод

next() публичный Метод

public next ( $title = 'Next >>', array $options = [] )
$options array
    public function next($title = 'Next >>', array $options = [])
    {
        return $this->_easyIcon('parent::next', $title, $options);
    }