/**
* Method to create an active pagination link to the item
*
* @param PaginationObject $item The object with which to make an active link.
*
* @return string HTML link
*
* @since 1.5
*/
protected function _item_active(PaginationObject $item)
{
return LayoutHelper::render('joomla.pagination.link', ['data' => $item, 'active' => true]);
}