\pagingPage

Summary

Methods
Properties
Constants
render()
No public properties found
No constants found
home()
prev()
next()
last()
info()
getLinks()
getAvailablePageWrapper()
getDisabledTextWrapper()
getActivePageWrapper()
getDots()
getUrlLinks()
getPageLinkWrapper()
css()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

render()

render() : mixed

渲染分页html

Returns

mixed

home()

home() 

prev()

prev() 

next()

next() 

last()

last() 

info()

info() 

getLinks()

getLinks() : string

页码按钮

Returns

string

getAvailablePageWrapper()

getAvailablePageWrapper(string  $url, integer  $page) : string

生成一个可点击的按钮

Parameters

string $url
integer $page

Returns

string

getDisabledTextWrapper()

getDisabledTextWrapper(string  $text) : string

生成一个禁用的按钮

Parameters

string $text

Returns

string

getActivePageWrapper()

getActivePageWrapper(string  $text) : string

生成一个激活的按钮

Parameters

string $text

Returns

string

getDots()

getDots() : string

生成省略号按钮

Returns

string

getUrlLinks()

getUrlLinks(array  $urls) : string

批量生成页码按钮.

Parameters

array $urls

Returns

string

getPageLinkWrapper()

getPageLinkWrapper(string  $url, integer  $page) : string

生成普通页码按钮

Parameters

string $url
integer $page

Returns

string

css()

css() 

分页样式