You are here

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

Getter method for the gallery ID.

Return value

string Returns the id value set for the gallery.

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

File

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

Class

JuiceboxGalleryInterface
Interface definition for a Juicebox gallery.

Code

public function getId();