Definition at line 73 of file image_gallery_view.inc.
◆ collateImages()
ImageGalleryList::collateImages |
( |
| ) |
|
Definition at line 90 of file image_gallery_view.inc.
92 $this->images = array();
94 if (count($this->galleries) == 0)
return;
96 $ids = formatItems($this->galleries,
"{gallery_id}",
", ");
97 $groupedImages = GroupedQuery::create(
ImageRecord,
"WHERE gallery_id IN (".
$ids .
") AND published=1",
"gallery_id")
◆ drawGallery()
ImageGalleryList::drawGallery |
( |
| ) |
|
Definition at line 108 of file image_gallery_view.inc.
110 if (count($this->images) == 0)
112 echo
"<p>No photos have been published on this site.</p>";
116 $this->galleryView->drawGallery();
◆ drawList()
ImageGalleryList::drawList |
( |
| ) |
|
Definition at line 119 of file image_gallery_view.inc.
121 if (count($this->images) == 0)
123 echo
"<p>No photos have been published on this site.</p>";
127 $this->galleryView->drawGallery();
◆ ImageGalleryList()
ImageGalleryList::ImageGalleryList |
( |
|
$galleries, |
|
|
|
$linkFormat, |
|
|
|
$id = "galleries" |
|
) |
| |
◆ $galleries
ImageGalleryList::$galleries |
◆ $galleryView
ImageGalleryList::$galleryView |
◆ $id
◆ $linkFormat
ImageGalleryList::$linkFormat |
The documentation for this class was generated from the following file: