# photonic/3.36/Platforms/Level_Two_Module.php

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

- Page: https://pluginprobe.com/plugins/photonic/3.36/code/Platforms/Level_Two_Module.php
- Raw: https://pluginprobe.com/plugins/photonic/3.36/raw/Platforms/Level_Two_Module.php
- Modified: 2026-07-23T21:21:48+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_Two_Module.php#L10-L20`.

```php
<?php
namespace Photonic_Plugin\Platforms;

use Photonic_Plugin\Components\Pagination;

require_once PHOTONIC_PATH . '/Components/Album.php';
require_once PHOTONIC_PATH . '/Components/Album_List.php';
require_once PHOTONIC_PATH . '/Components/Pagination.php';

interface Level_Two_Module {
	public function build_level_2_objects($objects_or_response, array $short_code, array $filter_list = [], array $options = [], ?Pagination &$pagination = null): array;
}

```
