public function JuiceboxGalleryInterface::getOptions in Juicebox HTML5 Responsive Image Galleries 7.2
Getter method for the gallery options.
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 addOption().
Return value
array Returns an array of options set on the gallery.
2 methods override JuiceboxGalleryInterface::getOptions()
- JuiceboxGallery::getOptions in includes/
JuiceboxGallery.inc - Getter method for the gallery options.
- JuiceboxGalleryDecorator::getOptions in includes/
JuiceboxGalleryDecorator.inc - Getter method for the gallery options.
File
- includes/
JuiceboxGalleryInterface.inc, line 158 - Interface definition for a Juicebox gallery.
Class
- JuiceboxGalleryInterface
- Interface definition for a Juicebox gallery.
Code
public function getOptions($filtered = FALSE);