PHP Class Ansel_Widget_Tags, horde

Copyright 2008-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 Ansel_Widget_Base
Show file Open project: horde/horde

Protected Properties

Property Type Description
$_resourceType string i.e., image or gallery

Public Methods

Method Description
__construct ( $params )
html ( ) : string Build the HTML for this widget

Protected Methods

Method Description
_getTagHTML ( ) : string Helper function to build the list of tags

Method Details

__construct() public method

public __construct ( $params )

_getTagHTML() protected method

Helper function to build the list of tags
protected _getTagHTML ( ) : string
return string The HTML representing the tag list.

html() public method

Build the HTML for this widget
public html ( ) : string
return string The HTML representing this widget.

Property Details

$_resourceType protected property

i.e., image or gallery
protected string $_resourceType
return string