GravityKit\GravityExport\PdfRenderer\Plugin
The entry point of the plugin.
Configures the necessary hooks.
Since: 1.0
Source: add-ons/pdf-renderer/src/Plugin.php:29
Details
- Kind:
class - Namespace:
GravityKit\GravityExport\PdfRenderer
Methods
| Method | Description |
|---|---|
__construct() | Initialize constructor. |
Method Reference
__construct()
public function __construct( $plugin )
Initialize constructor.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$plugin |
Throws
WriterException— When the writer could not be created.
Source: add-ons/pdf-renderer/src/Plugin.php:148