PHP Class Ansel_Widget_OtherGalleries, horde

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

Public Methods

Method Description
attach ( Ansel_View_Base $view ) Override the parent class' attach method and set the owner in the title string.
html ( ) : string Build the HTML for this widget.

Protected Methods

Method Description
_getOtherGalleries ( Horde_View &$view ) Build the HTML for the other galleries widget content.

Method Details

_getOtherGalleries() protected method

Build the HTML for the other galleries widget content.
protected _getOtherGalleries ( Horde_View &$view )
$view Horde_View The view object.

attach() public method

Override the parent class' attach method and set the owner in the title string.
public attach ( Ansel_View_Base $view )
$view Ansel_View_Base The view we are attaching to

html() public method

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