Config
Readonly class which holds the plugin directory path, URL and basename.
- Full name:
\CEKW\WpPlugin\Config
Table of contents
Properties
| Name | Type | Description |
|---|---|---|
| basename | string | The basename of the plugin directory. |
| dirPath | string | The directory path to the plugin root. |
| dirUrl | string | The URL to the plugin root. |
Methods
__construct
Config::__construct(string basename, string dirPath, string dirUrl)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| basename | string | Â |
| dirPath | string | Â |
| dirUrl | string | Â |