PHP Class Ansel_View_Gallery, horde

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

Protected Properties

Property Type Description
$_renderer Ansel_View_GalleryRenderer @var Ansel_View_GalleryRenderer

Public Methods

Method Description
__construct ( array $params = [] ) Const'r
getGalleryCrumbData ( )
getTitle ( ) : string Get this gallery's title.
html ( ) : string Return the HTML representing this view.
viewType ( )

Method Details

__construct() public method

Const'r
See also: Ansel_View_Base::__construct
public __construct ( array $params = [] )
$params array

getGalleryCrumbData() public method

public getGalleryCrumbData ( )

getTitle() public method

Get this gallery's title.
public getTitle ( ) : string
return string The gallery's title.

html() public method

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

viewType() public method

public viewType ( )

Property Details

$_renderer protected_oe property

@var Ansel_View_GalleryRenderer
protected Ansel_View_GalleryRenderer $_renderer
return Ansel_View_GalleryRenderer