think\paginator\driver\Bootstrap::getDisabledTextWrapper PHP 메소드

getDisabledTextWrapper() 보호된 메소드

生成一个禁用的按钮
protected getDisabledTextWrapper ( string $text ) : string
$text string
리턴 string
    protected function getDisabledTextWrapper($text)
    {
        return '<li class="disabled"><span>' . $text . '</span></li>';
    }