# photonic/3.36/Platforms/Level_One_Module.php

Photonic Gallery &amp; Lightbox for Flickr, SmugMug &amp; Others, version 3.36. 11 lines.

- Page: https://pluginprobe.com/plugins/photonic/3.36/code/Platforms/Level_One_Module.php
- Raw: https://pluginprobe.com/plugins/photonic/3.36/raw/Platforms/Level_One_Module.php
- Modified: 2023-12-05T00:10:08+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.36/code/Platforms/Level_One_Module.php#L10-L20`.

```php
<?php
namespace Photonic_Plugin\Platforms;

require_once PHOTONIC_PATH . '/Components/Photo.php';
require_once PHOTONIC_PATH . '/Components/Photo_List.php';
require_once PHOTONIC_PATH . '/Components/Single_Photo.php';

interface Level_One_Module {
	public function build_level_1_objects($response, array $short_code, $module_parameters = [], $options = []): array;
}

```
