Landish\Pagination\Pagination::getActivePageWrapper PHP 메소드

getActivePageWrapper() 보호된 메소드

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