PaginationPage
extends AbstractPaginationPage
in package
Class PaginationPage
Table of Contents
Properties
- $options : array<string|int, mixed>
Methods
- __construct() : mixed
- PaginationPage constructor.
- getLabel() : string
- getNumber() : int|null
- getOptions() : array<string|int, mixed>
- getUrl() : string|null
- isActive() : bool
- isEnabled() : bool
- setOptions() : void
Properties
$options
protected
array<string|int, mixed>
$options
Methods
__construct()
PaginationPage constructor.
public
__construct([array<string|int, mixed> $options = [] ]) : mixed
Parameters
- $options : array<string|int, mixed> = []
getLabel()
public
getLabel() : string
Return values
stringgetNumber()
public
getNumber() : int|null
Return values
int|nullgetOptions()
public
getOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>getUrl()
public
getUrl() : string|null
Return values
string|nullisActive()
public
isActive() : bool
Return values
boolisEnabled()
public
isEnabled() : bool
Return values
boolsetOptions()
protected
setOptions(array<string|int, mixed> $options) : void
Parameters
- $options : array<string|int, mixed>