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

Boxzilla – WordPress Popup Builder, version 3.2.4. 20 lines.

- Page: https://pluginprobe.com/plugins/boxzilla/3.2.4/code/src/class-boxzilla.php
- Raw: https://pluginprobe.com/plugins/boxzilla/3.2.4/raw/src/class-boxzilla.php
- Modified: 2016-05-23T09:06: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.2.4/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
 * @property Bootstrapper $bootstrapper
 *
 */
class Boxzilla extends ContainerWithPropertyAccess {}
```
