CurrentPageIdentifier
interface CurrentPageIdentifier
This interface lets us set up objects that will tell us what the current page is.
Methods
int
currentPageID()
Get the current page ID.
boolean
Details
at line 12
int
currentPageID()
Get the current page ID.
at line 19
boolean
isCurrentPage(DataObject $page)
Check if the given DataObject is the current page.