Previous Page
actionTag()

Solar_App_Bookmarks
actionUser()

Next Page
apiVersion()

actionUser()

public void actionUser ( string $owner_handle default NULL, string|array $tag_list default NULL )

Shows all bookmarks for an owner, optionally filtered by tag.

Parameters

  • (string) $owner_handle: The owner to show bookmarks for.
  • (string|array) $tag_list: An optional set of tags to filter by; either a space- (or plus-) separated list of tags, or a sequential array of tags.

Returns

  • (void)

Description

Shows all bookmarks for an owner, optionally filtered by tag.