# photonic/3.37/Components/Album.php

Photonic Gallery &amp; Lightbox for Flickr, SmugMug &amp; Others, version 3.37. 27 lines.

- Page: https://pluginprobe.com/plugins/photonic/3.37/code/Components/Album.php
- Raw: https://pluginprobe.com/plugins/photonic/3.37/raw/Components/Album.php
- Modified: 2026-07-10T18:22:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/photonic/3.37/code/Components/Album.php#L10-L20`.

```php
<?php

namespace Photonic_Plugin\Components;

class Album {
	public $id;

	public $thumbnail;
	public $tile_image;

	public $thumb_size;
	public $tile_size;
	public $thumbnail_id;

	public $main_page;
	public $gallery_url;

	public $title;
	public $description;
	public $counter;

	public $classes = [];
	public $passworded;
	public $realm_id;
	public array $data_attributes = [];
}

```
