PHP Class Mnemo_TagBrowser, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_Core_TagBrowser
Datei anzeigen Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_app string Application that the tag browser is for.

Public Methods

Method Description
getSlice ( integer $page, integer $perpage = null ) 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 ( integer $page, integer $perpage = null )
$page integer Start page.
$perpage integer Number of tasks per page.

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

Application that the tag browser is for.
protected string $_app
return string