ProcessPageLister::addSessionBookmark()
Given a unique ID and an array of Lister settings (in $bookmark) return a URL to view those pages in Lister
Usage
$string = ProcessPageLister::addSessionBookmark(string $id, array $bookmark);Arguments
| Name | Type(s) | Description |
|---|---|---|
$id | string | ID or name of bookmark |
$bookmark | array | Bookmark data |
Return value
stringReturns URL to Lister with this bookmark or blank on failure (like if user doesn't have access)
ProcessPageLister methods and properties
API reference based on ProcessWire core version 3.0.252