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

NameType(s)Description
$idstring

ID or name of bookmark

$bookmarkarray

Bookmark data

Return value

string

Returns 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.251