class Url

Pagination URL

Properties

$label
$url

Methods

__construct(string $url, string $label = false, boolean $isCurrent = false)

No description

string
getUrl()

Return page url

string
getLabel()

Return page label

array
getParameters()

Return hash of current parameters

boolean
isCurrent()

Is this the currently active page

string
__toString()

Output page as a anchor string

Details

at line 18
__construct(string $url, string $label = false, boolean $isCurrent = false)

Parameters

string $url
string $label
boolean $isCurrent

at line 29
string getUrl()

Return page url

Return Value

string

at line 38
string getLabel()

Return page label

Return Value

string

at line 47
array getParameters()

Return hash of current parameters

Return Value

array

at line 61
boolean isCurrent()

Is this the currently active page

Return Value

boolean

at line 70
string __toString()

Output page as a anchor string

Return Value

string