GravityKit\GravityExport\Feature
Base class for implementing features.
Since: $ver$
Source: src/Feature.php:11
Details
- Kind:
class - Namespace:
GravityKit\GravityExport
Properties
| Property | Type | Description |
|---|---|---|
$instantiated | array | |
$addon | GravityExportAddon | The plugin add on. |
Methods
| Method | Description |
|---|---|
__construct() | Creates the feature instance. |
Method Reference
__construct()
public function __construct( GravityExportAddon $addon )
Creates the feature instance.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$addon | GravityExportAddon |
Since: $ver$
Source: src/Feature.php:28