Documentation

Mnemo_Tagger extends Horde_Core_Tagger
in package

Interface to the Horde_Content tagger

Copyright 2013-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (ASL). If you did not receive this file, see http://www.horde.org/licenses/apache.

Tags
author

Michael J Rubinsky mrubinsk@horde.org

author

Jan Schneider jan@horde.org

license

http://www.horde.org/licenses/asl ASL

Table of Contents

$_app  : mixed
$_types  : mixed
search()  : array<string|int, mixed>
Searches for resources that are tagged with all of the requested tags.

Properties

$_app

protected mixed $_app = 'mnemo'

$_types

protected mixed $_types = array('note')

Methods

Searches for resources that are tagged with all of the requested tags.

public search(array<string|int, mixed> $tags[, array<string|int, mixed> $filter = array() ]) : array<string|int, mixed>
Parameters
$tags : array<string|int, mixed>

Either a tag_id, tag_name or an array.

$filter : array<string|int, mixed> = array()

Array of filter parameters.

  • user: (array) - only include objects owned by these users.
  • list (array) - restrict to notes contained in these notepads.
Return values
array<string|int, mixed>

A hash of results.

Search results