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

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

- Page: https://pluginprobe.com/plugins/boxzilla/3.2.20/code/src/class-boxzilla.php
- Raw: https://pluginprobe.com/plugins/boxzilla/3.2.20/raw/src/class-boxzilla.php
- Modified: 2019-11-15T10:39:14+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.2.20/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 {

}

```
