AbstractPaginationPage
in package
implements
PaginationPageInterface
AbstractYes
Class AbstractPaginationPage
Table of Contents
Interfaces
- PaginationPageInterface
- Interface PaginationPageInterface
Properties
- $options : array<string|int, mixed>
Methods
- 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
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>