You are here

public function JuiceboxXmlInterface::getXml in Juicebox HTML5 Responsive Image Galleries 7.2

Get the XML based on loaded data.

Return value

string Returns XML data describing a Juicebox gallery.

2 methods override JuiceboxXmlInterface::getXml()
JuiceboxXmlField::getXml in plugins/JuiceboxXmlField.inc
Get the XML based on loaded data.
JuiceboxXmlViewsStyle::getXml in plugins/JuiceboxXmlViewsStyle.inc
Get the XML based on loaded data.

File

plugins/JuiceboxXmlInterface.inc, line 30
Interface definition for a Juicebox XML loader.

Class

JuiceboxXmlInterface
Interface definition for a Juicebox XML loader.

Code

public function getXml();