PHP Class Trean_TagBrowser, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file LICENSE for license information (BSD). If you did not did not receive this file, see http://www.horde.org/licenses/bsdl.php.
Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_Core_TagBrowser
Mostra file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_app

Public Methods

Method Description
addTagLink ( string $tag ) : string Return a URL to add a new tag to the current search.
getSlice ( $page, $perpage = null ) : Array Fetch the matching resources that should appear on the current page
getTagTrail ( ) : Return Get breadcrumb style navigation html for choosen tags

Method Details

getSlice() public method

Fetch the matching resources that should appear on the current page
public getSlice ( $page, $perpage = null ) : Array
return Array An array of Trean_Bookmark objects.

getTagTrail() public method

Get breadcrumb style navigation html for choosen tags
public getTagTrail ( ) : Return
return Return information useful for building a tag trail.

Property Details

$_app protected_oe property

protected $_app