\Ceo\PaginationUrl

Pagination URL

Summary

Methods
Properties
Constants
__construct()
getUrl()
getLabel()
getParameters()
isCurrent()
__toString()
$label
$url
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$isCurrent
N/A

Properties

$label

$label : 

Type

$url

$url : 

Type

$isCurrent

$isCurrent : 

Type

Methods

__construct()

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

Parameters

string $url
string $label
boolean $isCurrent

getUrl()

getUrl() : string

Return page url

Returns

string

getLabel()

getLabel() : string

Return page label

Returns

string

getParameters()

getParameters() : array

Return hash of current parameters

Returns

array

isCurrent()

isCurrent() : boolean

Is this the currently active page

Returns

boolean

__toString()

__toString() : string

Output page as a anchor string

Returns

string