Check for a bookmark specified in GET variable $n
Usage
// basic usage
$string = $processPageLister->checkBookmark();
// usage with all arguments
$string = $processPageLister->checkBookmark(string $bookmarkID = '');
Arguments
Name | Type(s) | Description |
---|---|---|
bookmarkID (optional) | string |
Return value
null
string
false
Returns NULL if not applicable, boolean false if bookmark not found, or integer of bookmark ID if applied
ProcessPageLister methods and properties
API reference based on ProcessWire core version 3.0.236