PHP Class Landish\Pagination\UIKit

Inheritance: extends Pagination
Datei anzeigen Open project: landish/pagination Class Usage Examples

Protected Properties

Property Type Description
$activePageWrapper string Get active page wrapper HTML.
$disabledPageWrapper string Get disabled page wrapper HTML.
$nextButtonText string Next button text.
$paginationWrapper string Pagination wrapper HTML.
$previousButtonText string Previous button text.

Property Details

$activePageWrapper protected_oe property

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

$disabledPageWrapper protected_oe property

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

$nextButtonText protected_oe property

Next button text.
protected string $nextButtonText
return string

$paginationWrapper protected_oe property

Pagination wrapper HTML.
protected string $paginationWrapper
return string

$previousButtonText protected_oe property

Previous button text.
protected string $previousButtonText
return string