Jonah_Tagger
extends Horde_Core_Tagger
in package
Jonah interface to the Horde_Content tagger
Copyright 2016-2017 Horde LLC (http://www.horde.org/)
Tags
Table of Contents
- TYPE_STORY = 'story'
- $_app : mixed
- $_types : mixed
- search() : array<string|int, mixed>
- Searches for resources that are tagged with all of the requested tags.
Constants
TYPE_STORY
public
mixed
TYPE_STORY
= 'story'
Properties
$_app
protected
mixed
$_app
= 'jonah'
$_types
protected
mixed
$_types
= array(self::TYPE_STORY)
Methods
search()
Searches for resources that are tagged with all of the requested tags.
public
search(array<string|int, mixed> $tags[, mixed $filter = array() ]) : array<string|int, mixed>
Parameters
- $tags : array<string|int, mixed>
-
Either a tag_id, tag_name or an array.
- $filter : mixed = array()
Return values
array<string|int, mixed> —An array of story ids matching the search criteria.