PHP Class Ansel_View_EmbeddedRenderer_Slideshow, 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_View_Gallery
Show file Open project: horde/horde

Public Methods

Method Description
__construct ( array $params = [] ) : Ansel_View_EmbeddedRenderer Create a new renderer.
html ( ) : string Build the javascript that will render the view.

Method Details

__construct() public method

Create a new renderer.
See also: Ansel_View_Embedded
public __construct ( array $params = [] ) : Ansel_View_EmbeddedRenderer
$params array
return Ansel_View_EmbeddedRenderer The renderer object.

html() public method

Build the javascript that will render the view.
public html ( ) : string
return string A string containing valid javascript.