Previous Page
fetchAll()

Solar_Model_Tags
fetchAllByOwnerHandle()

Next Page
fetchAllWithCount()

fetchAllByOwnerHandle()

public Solar_Model_Tags_Collection fetchAllByOwnerHandle ( string $owner_handle, array $params default NULL )

Fetches a collection of all tags applied by a particular owner (as identified by that user's "handle") with the count of nodes using each tag.

Parameters

  • (string) $owner_handle: Only select tags in use by this handle.
  • (array) $params: Added parameters for the select.

Returns

  • (Solar_Model_Tags_Collection)

Description

Fetches a collection of all tags applied by a particular owner (as identified by that user's "handle") with the count of nodes using each tag.