PHP Class Ansel_Widget_ImageFaces, horde

Copyright 2008-2016 Horde LLC (http://www.horde.org/)
Author: Duck ([email protected])
Author: Michael J. Rubinsky ([email protected])
Inheritance: extends Ansel_Widget_Base
Show file Open project: horde/horde

Protected Properties

Property Type Description
$_supported_views array The views this Widget may appear in

Public Methods

Method Description
attach ( Ansel_View_Base $view ) : boolean Attach widget to supplied view.
html ( ) : string Return the HTML representing this widget.

Method Details

attach() public method

Attach widget to supplied view.
public attach ( Ansel_View_Base $view ) : boolean
$view Ansel_View_Base
return boolean

html() public method

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

Property Details

$_supported_views protected property

The views this Widget may appear in
protected array $_supported_views
return array