interface ProvidesScrollMetadata

Methods

string
getPageName()

Get the page name parameter.

int|string|null
getPreviousPage()

Get the previous page identifier.

int|string|null
getNextPage()

Get the next page identifier.

int|string|null
getCurrentPage()

Get the current page identifier.

Details

at line 12
string getPageName()

Get the page name parameter.

Return Value

string

at line 17
int|string|null getPreviousPage()

Get the previous page identifier.

Return Value

int|string|null

at line 22
int|string|null getNextPage()

Get the next page identifier.

Return Value

int|string|null

at line 27
int|string|null getCurrentPage()

Get the current page identifier.

Return Value

int|string|null