Landish\Pagination\Pagination::getActivePageWrapper PHP Method

getActivePageWrapper() protected method

Get HTML wrapper for active text.
protected getActivePageWrapper ( string $text ) : string
$text string
return string
    protected function getActivePageWrapper($text)
    {
        return sprintf($this->getActivePageWrapperHTML(), $text);
    }