You are here

public function JuiceboxGalleryInterface::getImages in Juicebox HTML5 Responsive Image Galleries 7.2

Getter method for the gallery images.

Parameters

boolean $filtered: If TRUE any output processing that is specified in the settings will be applied to the returned data (matching the processing that would happen upon rendering the XML). If FALSE the image data is returned in a raw format that matches what was input directly via addImage() or similar.

Return value

array Returns an array of images currently in the gallery.

2 methods override JuiceboxGalleryInterface::getImages()
JuiceboxGallery::getImages in includes/JuiceboxGallery.inc
Getter method for the gallery images.
JuiceboxGalleryDecorator::getImages in includes/JuiceboxGalleryDecorator.inc
Getter method for the gallery images.

File

includes/JuiceboxGalleryInterface.inc, line 115
Interface definition for a Juicebox gallery.

Class

JuiceboxGalleryInterface
Interface definition for a Juicebox gallery.

Code

public function getImages($filtered = FALSE);