PHP Class Landish\Pagination\Materialize

Inheritance: extends Pagination
Show file Open project: landish/pagination Class Usage Examples

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.
$nextButtonText string Next button text.
$previousButtonText string Previous button text.

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

$nextButtonText protected property

Next button text.
protected string $nextButtonText
return string

$previousButtonText protected property

Previous button text.
protected string $previousButtonText
return string