# boxzilla/3.4.9/src/class-boxzilla.php

Boxzilla – WordPress Popup Builder, version 3.4.9. 22 lines.

- Page: https://pluginprobe.com/plugins/boxzilla/3.4.9/code/src/class-boxzilla.php
- Raw: https://pluginprobe.com/plugins/boxzilla/3.4.9/raw/src/class-boxzilla.php
- Modified: 2025-03-24T08:35:40+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/boxzilla/3.4.9/code/src/class-boxzilla.php#L10-L20`.

```php
<?php

namespace Boxzilla;

use Boxzilla\DI\ContainerWithPropertyAccess;
use Boxzilla\Licensing\License;

/**
 * Class Boxzilla
 *
 * @package Boxzilla
 *
 * @property array $options
 * @property Plugin $plugin
 * @property Plugin[] $plugins
 * @property License $license
 *
 */
class Boxzilla extends ContainerWithPropertyAccess
{
}

```
