Mnemo_TagBrowser
extends Horde_Core_TagBrowser
in package
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.
Tags
Table of Contents
- $_app : string
- Application that the tag browser is for.
- getSlice() : mixed
- Fetch the matching resources that should appear on the current page
- getTagTrail() : Return
- Get breadcrumb style navigation html for choosen tags
Properties
$_app
Application that the tag browser is for.
protected
string
$_app
= 'mnemo'
Methods
getSlice()
Fetch the matching resources that should appear on the current page
public
getSlice(int $page[, int $perpage = null ]) : mixed
Parameters
- $page : int
-
Start page.
- $perpage : int = null
-
Number of tasks per page.
Return values
mixed —getTagTrail()
Get breadcrumb style navigation html for choosen tags
public
getTagTrail() : Return
Return values
Return —information useful for building a tag trail.