\Ansel_TagBrowser

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

Copyright 2011-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()
count()
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 : 

Type

Methods

getTagTrail()

getTagTrail() : string

Get breadcrumb style navigation html for choosen tags

Returns

string —

HTML necessary for displaying the tag trail.

count()

count() : array

Override parent method to allow counts for both galleries and images.

Returns

array

getSlice()

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

Fetch the matching resources that should appear on the current page

Parameters

$page
$perpage

Returns

Array —

An array of Trean_Bookmark objects.