Config

Readonly class which holds the plugin directory path, URL and basename.

  • Full name: \CEKW\WpPlugin\Config
Table of contents
  1. Properties
  2. Methods
    1. __construct

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 Â