Retrieve a specific bookmark
public static get ( string $db, mixed $id, string $id_field = 'id', boolean $action_bookmark_all = false, boolean $exact_user_match = false ) : |
||
$db | string | the current database name |
$id | mixed | an identifier of the bookmark to get |
$id_field | string | which field to look up the identifier |
$action_bookmark_all | boolean | true: get all bookmarks regardless of the owning user |
$exact_user_match | boolean | whether to ignore bookmarks with no user |
return | the bookmark |