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