CurrentPageIdentifier
interface CurrentPageIdentifier (View source)
This interface lets us set up objects that will tell us what the current page is.
Methods
Details
int
currentPageID()
Get the current page ID.
bool
isCurrentPage(DataObject $page)
Check if the given DataObject is the current page.