$_app
$_app :
The Ansel_Tagger:: class wraps Ansel's interaction with the Content/Tagger system.
Copyright 2010-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
search(array $tags, array $filter = array()) : \A
Searches for resources that are tagged with all of the requested tags.
array | $tags | Either a tag_id, tag_name or an array. |
array | $filter | Array of filter parameters.
|
hash of 'gallery' and 'image' ids.
listRelatedImages(\Ansel_Image $image, \bolean $ownerOnly = true) : array
List image ids of images related (via similar tags) to the specified image
\Ansel_Image | $image | The image to get related images for. |
\bolean | $ownerOnly | Only return images owned by the specified image's owner. |
An array of 'image' and 'rank' keys..