You are here

function JuiceboxFormatterViewsStyle::__construct in Juicebox HTML5 Responsive Image Galleries 7.2

Constructor.

File

plugins/JuiceboxFormatterViewsStyle.inc, line 23
Contains the Juicebox views style plugin.

Class

JuiceboxFormatterViewsStyle
Style plugin to render each item in a views list.

Code

function __construct() {

  // Add Juicebox gallery property to the object.
  // @todo: Perhaps some form of dependecy injection should be considered here
  // instead.
  $this->juicebox = juicebox();
}