\Mnemo_TagBrowser

Mnemo_TagBrowser:: class provides logic for dealing with tag browsing.

Copyright 2012-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.

Summary

Methods
Properties
Constants
getTagTrail()
getSlice()
No public properties found
No constants found
No protected methods found
$_app
N/A
No private methods found
No private properties found
N/A

Properties

$_app

$_app : string

Application that the tag browser is for.

Type

string

Methods

getTagTrail()

getTagTrail() : \Return

Get breadcrumb style navigation html for choosen tags

Returns

\Return —

information useful for building a tag trail.

getSlice()

getSlice(integer  $page, integer  $perpage = null) : 

Fetch the matching resources that should appear on the current page

Parameters

integer $page

Start page.

integer $perpage

Number of tasks per page.

Returns