\Ansel_Tile_DateGallery

Ansel_Tile_DateGallery:: class wraps display of thumbnail tile for the DateGallery psuedo gallery.

Summary

Methods
Properties
Constants
getTile()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getTile()

getTile(\Ansel_Gallery_Decorator_Date  $dgallery, \Ansel_Style  $style = null, boolean  $mini = false, array  $params = array()) : string

Outputs the html for a DateGallery tile.

Parameters

\Ansel_Gallery_Decorator_Date $dgallery

The Ansel_Gallery_Date we are displaying.

\Ansel_Style $style

A style object.

boolean $mini

Force the use of a mini thumbail?

array $params

An array containing additional parameters. Currently, gallery_view_url and image_view_url are used to override the respective urls. %g and %i are replaced with image id and gallery id, respectively.

Returns

string —

The HTML for the tile.