PHP Class Landish\Pagination\PaginationHTML

Show file Open project: landish/pagination

Protected Properties

Property Type Description
$activePageWrapper string Get active page wrapper HTML.
$availablePageWrapper string Available page wrapper HTML.
$disabledPageWrapper string Get disabled page wrapper HTML.
$dotsText * "Dots" text.
$nextButtonText string Next button text.
$paginationWrapper string Pagination wrapper HTML.
$previousButtonText string Previous button text.

Protected Methods

Method Description
getActivePageWrapperHTML ( ) : string Get active page wrapper HTML.
getAvailablePageWrapperHTML ( ) : string Get available page wrapper HTML.
getDisabledPageWrapperHTML ( ) : string Get disabled page wrapper HTML.
getDotsText ( ) * Get "dots" text.
getNextButtonText ( ) : string Get next button text.
getPaginationWrapperHTML ( ) : string Get pagination wrapper HTML.
getPreviousButtonText ( ) : string Get previous button text.

Method Details

getActivePageWrapperHTML() protected method

Get active page wrapper HTML.
protected getActivePageWrapperHTML ( ) : string
return string

getAvailablePageWrapperHTML() protected method

Get available page wrapper HTML.
protected getAvailablePageWrapperHTML ( ) : string
return string

getDisabledPageWrapperHTML() protected method

Get disabled page wrapper HTML.
protected getDisabledPageWrapperHTML ( ) : string
return string

getDotsText() protected method

* Get "dots" text.
protected getDotsText ( )

getNextButtonText() protected method

Get next button text.
protected getNextButtonText ( ) : string
return string

getPaginationWrapperHTML() protected method

Get pagination wrapper HTML.
protected getPaginationWrapperHTML ( ) : string
return string

getPreviousButtonText() protected method

Get previous button text.
protected getPreviousButtonText ( ) : string
return string

Property Details

$activePageWrapper protected property

Get active page wrapper HTML.
protected string $activePageWrapper
return string

$availablePageWrapper protected property

Available page wrapper HTML.
protected string $availablePageWrapper
return string

$disabledPageWrapper protected property

Get disabled page wrapper HTML.
protected string $disabledPageWrapper
return string

$dotsText protected property

* "Dots" text.
protected $dotsText

$nextButtonText protected property

Next button text.
protected string $nextButtonText
return string

$paginationWrapper protected property

Pagination wrapper HTML.
protected string $paginationWrapper
return string

$previousButtonText protected property

Previous button text.
protected string $previousButtonText
return string