# photonic/3.37/Add_Ons/Beaver/Beaver_Module.php

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

- Page: https://pluginprobe.com/plugins/photonic/3.37/code/Add_Ons/Beaver/Beaver_Module.php
- Raw: https://pluginprobe.com/plugins/photonic/3.37/raw/Add_Ons/Beaver/Beaver_Module.php
- Modified: 2026-04-13T01:36:12+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/Add_Ons/Beaver/Beaver_Module.php#L10-L20`.

```php
<?php

namespace Photonic_Plugin\Add_Ons\Beaver;

class Beaver_Module extends \FLBuilderModule {
	public function __construct() {
		parent::__construct(
			[
				'name'        => __('Photonic', 'photonic'),
				'description' => __('A module to display a Photonic gallery', 'photonic'),
				'group'       => __('Photonic', 'photonic'),
				'category'    => __('Gallery', 'photonic'),
			]
		);
	}
}

```
