PHP Class Ansel_Widget_GalleryFaces, 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
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_supported_views array Supported views for this widget

Public Methods

Method Description
__construct ( array $params ) : Ansel_Widget_ImageFaces Constructor
html ( ) : string Return the HTML representing this widget.

Protected Methods

Method Description
_getFaceNames ( ) : string Helper function for getting faces for this gallery.

Method Details

__construct() public method

Constructor
public __construct ( array $params ) : Ansel_Widget_ImageFaces
$params array Any parameters for this widget
return Ansel_Widget_ImageFaces

_getFaceNames() protected method

Helper function for getting faces for this gallery.
protected _getFaceNames ( ) : string
return string The HTML

html() public method

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

Property Details

$_supported_views protected_oe property

Supported views for this widget
protected array $_supported_views
return array